Skip to content

Commit

Permalink
make macos github action work with x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorrison committed May 6, 2024
1 parent 12dce78 commit 72aedab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
build-mac:
name: Check macOS Build

runs-on: macos-latest
# macos-latest is now ARM-only, macos-13 is the most recent version that supports x86-64
runs-on: macos-13

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

0 comments on commit 72aedab

Please sign in to comment.