We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 343ab9e + 743a9b1 commit 81a46d8Copy full SHA for 81a46d8
.github/workflows/publish-nargo.yml
@@ -23,7 +23,7 @@ permissions:
23
24
jobs:
25
build-apple-darwin:
26
- runs-on: macos-12
+ runs-on: macos-14
27
env:
28
CROSS_CONFIG: ${{ github.workspace }}/.github/Cross.toml
29
NIGHTLY_RELEASE: ${{ inputs.tag == '' }}
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup for Apple Silicon
42
if: matrix.target == 'aarch64-apple-darwin'
43
run: |
44
- sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer/
+ sudo xcode-select -s /Applications/Xcode_15.4.0.app/Contents/Developer/
45
echo "SDKROOT=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-path)" >> $GITHUB_ENV
46
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx$(sw_vers -productVersion) --show-sdk-platform-version)" >> $GITHUB_ENV
47
0 commit comments