Skip to content

Commit 2663d1b

Browse files
prerelase ubuntu arm runner 3.15
1 parent 380d836 commit 2663d1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-1267-prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# os: [windows-latest, windows-11-arm, ubuntu-latest, macos-15-intel, macos-latest]
16-
os: [windows-11-arm]
16+
os: [ubuntu-22.04-arm]
1717
python-version: [
18-
'3.14.0-rc.1','3.15.0-alpha.1'
18+
'3.14.0-rc.1','3.15.0-alpha.0', 3.15.0-alpha.1', 3.15.0-alpha.2', 3.15.0-alpha.3', 3.15.0-alpha.4', 3.15.0-alpha.5', 3.15.0-alpha.6'
1919
]
2020

2121
steps:
@@ -27,7 +27,7 @@ jobs:
2727
# uses: priya-kinthali/setup-python@test-1079
2828
with:
2929
python-version: ${{ matrix.python-version }}
30-
freethreaded: true
30+
# freethreaded: true
3131
- name: Check Python version
3232
run: python3 --version
3333

0 commit comments

Comments
 (0)