feat: Add support for ubuntu-24.04-arm GHA runner (#2135)

* ci(gha): add tests on ubuntu-24.04-arm

* address review comments
This commit is contained in:
Matthieu Darbois
2025-01-21 14:49:59 -05:00
committed by GitHub
parent d134edc652
commit 3f123af8a1
5 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
steps:
- uses: actions/checkout@v4