File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ jobs:
14
14
python-version : ["3.9", "3.11", "3.13"]
15
15
include :
16
16
- node-version : " 22"
17
- os : macos-13
17
+ os : macos-13 # macOS on Intel
18
18
python-version : " 3.13"
19
19
- node-version : " 22"
20
- os : windows-2025
20
+ os : ubuntu-24.04-arm # Ubuntu on ARM
21
+ python-version : " 3.13"
22
+ - node-version : " 22"
23
+ os : windows-11-arm # Windows on ARM
21
24
python-version : " 3.13"
22
25
runs-on : ${{ matrix.os }}
23
26
steps :
Original file line number Diff line number Diff line change 12
12
os : [macos-latest, ubuntu-latest, windows-latest]
13
13
python : ["3.9", "3.11", "3.13"]
14
14
include :
15
- - os : macos-13
15
+ - os : macos-13 # macOS on Intel
16
16
python-version : " 3.13"
17
- - os : windows-2025
17
+ - os : ubuntu-24.04-arm # Ubuntu on ARM
18
+ python-version : " 3.13"
19
+ - os : windows-11-arm # Windows on ARM
18
20
python-version : " 3.13"
19
21
20
22
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments