mirror of
https://github.com/actions/setup-python.git
synced 2025-12-17 22:12:37 +00:00
update macos-13 to macos-15-intel
This commit is contained in:
parent
9119c453e3
commit
e1b95e4a6e
7 changed files with 56 additions and 56 deletions
6
.github/workflows/test-graalpy.yml
vendored
6
.github/workflows/test-graalpy.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
ubuntu-22.04-arm,
|
||||
ubuntu-24.04-arm,
|
||||
ubuntu-latest,
|
||||
macos-13
|
||||
macos-15-intel
|
||||
]
|
||||
graalpy:
|
||||
- 'graalpy-22.3'
|
||||
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
ubuntu-22.04-arm,
|
||||
ubuntu-24.04-arm,
|
||||
ubuntu-latest,
|
||||
macos-13
|
||||
macos-15-intel
|
||||
]
|
||||
graalpy: ['graalpy22.3', 'graalpy23.0', 'graalpy23.1', 'graalpy24.1']
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Setup GraalPy and check latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue