Skip to content

Commit ad9f84b

Browse files
committed
Exclude win/arm/py39
1 parent badd872 commit ad9f84b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
# macos-13 is an intel runner, macos-14 is apple silicon
1818
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest, windows-11-arm]
1919
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20+
exclude:
21+
- os: windows-11-arm
22+
python-version: "3.9"
23+
2024

2125
steps:
2226
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)