Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Jan 21, 2025
1 parent a03d2f6 commit 2598b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest, macos-latest, ubuntu-24.04-arm, ubuntu-22.04-arm]
cmake-version: [ '3.15', 'latest']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2598b71

Please sign in to comment.