Skip to content

Commit 81a46d8

Browse files
authored
Merge branch 'master' into tf/pull-acirgen-out-of-ssa
2 parents 343ab9e + 743a9b1 commit 81a46d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-nargo.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323

2424
jobs:
2525
build-apple-darwin:
26-
runs-on: macos-12
26+
runs-on: macos-14
2727
env:
2828
CROSS_CONFIG: ${{ github.workspace }}/.github/Cross.toml
2929
NIGHTLY_RELEASE: ${{ inputs.tag == '' }}
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup for Apple Silicon
4242
if: matrix.target == 'aarch64-apple-darwin'
4343
run: |
44-
sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer/
44+
sudo xcode-select -s /Applications/Xcode_15.4.0.app/Contents/Developer/
4545
echo "SDKROOT=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-path)" >> $GITHUB_ENV
4646
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-platform-version)" >> $GITHUB_ENV
4747

0 commit comments

Comments
 (0)