diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01f73ff8..e02b6364 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: @@ -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 diff --git a/build.sh b/build.sh index 4d8c02e3..dfd6bfc4 100755 --- a/build.sh +++ b/build.sh @@ -350,4 +350,4 @@ build_gnark build_jars -exit \ No newline at end of file +exit