Skip to content

Commit

Permalink
Add Ubuntu ARM runner for build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeux committed Jan 16, 2025
1 parent 4d53b19 commit 453c45c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ jobs:
unix:
strategy:
matrix:
os: [{ name: ubuntu, version: ubuntu-latest }, { name: macos-intel, version: macos-13 }, { name: macos-arm, version: macos-14 }]
os:
[
{ name: ubuntu, version: ubuntu-latest },
{ name: ubuntu-arm, version: ubuntu-24.04-arm },
{ name: macos-intel, version: macos-13 },
{ name: macos-arm, version: macos-14 },
]
name: ${{matrix.os.name}}
runs-on: ${{matrix.os.version}}
env:
Expand Down

0 comments on commit 453c45c

Please sign in to comment.