Skip to content

Commit

Permalink
Update rust.yml for Mac Build to use MacOS12 instead of latest
Browse files Browse the repository at this point in the history
This should fix binary not working since right now it's compiling to M1 Mac specs (which still also may not work)
  • Loading branch information
ardura authored Apr 23, 2024
1 parent 32d3bd1 commit 03ebc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build_macos:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Run bundler
Expand Down

0 comments on commit 03ebc16

Please sign in to comment.