Skip to content

Commit

Permalink
fix macos github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Feb 4, 2025
1 parent cd45285 commit 4b93e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- Ninja
configuration:
- Release
runs-on: [self-hosted, macOS]
runs-on: [self-hosted, macOS, ARM64]
env:
# The `build` action requires these variables.
build_dir: .build
Expand Down

0 comments on commit 4b93e16

Please sign in to comment.