Skip to content

Commit

Permalink
Add ubuntu-24.04-arm runner to GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Feb 2, 2025
1 parent eec11dc commit d979fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ macos-latest, ubuntu-latest, ubuntu-24.04-arm ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d979fd9

Please sign in to comment.