mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Merge 9c4618d9a3
into e9c40fbc2b
This commit is contained in:
commit
dd0b514a7b
8 changed files with 879 additions and 925 deletions
3
.github/workflows/test-graalpy.yml
vendored
3
.github/workflows/test-graalpy.yml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
|||
- 'graalpy-22.3'
|
||||
- 'graalpy-23.0'
|
||||
- 'graalpy-23.1'
|
||||
- 'graalpy-24.0'
|
||||
- 'graalpy-24.1'
|
||||
|
||||
steps:
|
||||
|
@ -106,7 +107,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, macos-13]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup GraalPy and check latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue