Skip to content

Commit

Permalink
Try building on mac arm runner (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd authored Jan 31, 2024
1 parent f3ba4f0 commit 8c7b766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Builds for Debug and Release configurations
configuration: [Debug, Release]
# Builds for Ubuntu, Windows, and macOS
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest, macos-14]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8c7b766

Please sign in to comment.