mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 16:48:20 +02:00
fix(ci): update all failing workflows
With `macos-latest` moving to `macos-14`, most workflows are currently failing. Update them to be able to run on `macos-latest` Don't test python 3.5 on ubuntu. It's been EOL for almost 4 years and there are now some certificate issues with pip.
This commit is contained in:
parent
4eb7dbcb95
commit
f809e994e2
5 changed files with 85 additions and 82 deletions
1
.github/workflows/test-graalpy.yml
vendored
1
.github/workflows/test-graalpy.yml
vendored
|
@ -9,6 +9,7 @@ on:
|
|||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
setup-graalpy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue