Skip to content

Commit 25e9025

Browse files
authored
GitHub Actions: Add ubuntu-24.04-arm and windows-11-arm
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories Remove windows-2025 because we haven't seen anything new with that.
1 parent 0121c0e commit 25e9025

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/node-gyp.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414
python-version: ["3.9", "3.11", "3.13"]
1515
include:
1616
- node-version: "22"
17-
os: macos-13
17+
os: macos-13 # macOS on Intel
1818
python-version: "3.13"
1919
- 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
2124
python-version: "3.13"
2225
runs-on: ${{ matrix.os }}
2326
steps:

0 commit comments

Comments
 (0)