Skip to content

Commit

Permalink
chore(ci): minor ci fixes - bump osx x64 target (#202)
Browse files Browse the repository at this point in the history
Description
Bump osx x64 target image builder

Motivation and Context
Fix OSX x64 builds, as GH have deprecation the target

How Has This Been Tested?
Builds in local fork
  • Loading branch information
leet4tari authored Dec 4, 2024
1 parent 281b641 commit 6e877d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_binaries.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"name": "macos-x86_64",
"runs-on": "macos-12",
"runs-on": "macos-13",
"rust": "stable",
"target": "x86_64-apple-darwin",
"cross": false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
# Should already be installed
# choco upgrade strawberryperl -y
choco upgrade protoc -y
rustup target add ${{ matrix.builds.target }}
- name: Set environment variables - Nix
if: ${{ ! startsWith(runner.os,'Windows') }}
Expand Down

0 comments on commit 6e877d6

Please sign in to comment.