Skip to content

Commit

Permalink
chore: update to macos 13
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones committed Jun 24, 2024
1 parent 909c8d7 commit 1744703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
name: gnark native build artifacts
path: gnark/build/
native-build-macos:
runs-on: macos-11
runs-on: macos-13
env:
SKIP_GRADLE: true
steps:
Expand All @@ -120,7 +120,7 @@ jobs:
# secp256k1 dependencies
brew install autoconf automake libtool
# gnark dependencies
brew install go@1.20 || true
brew install go@1.22.4 || true
# rust dependencies
export CARGO_HOME="$HOME/.cargo"
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75.0
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,4 @@ build_gnark


build_jars
exit
exit

0 comments on commit 1744703

Please sign in to comment.