We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2a0b1 commit e6b6158Copy full SHA for e6b6158
.github/workflows/build.yml
@@ -30,11 +30,11 @@ jobs:
30
name:
31
- macos_arm64
32
- ios
33
- runs-on: macos-11
+ runs-on: macos-14
34
steps:
35
- uses: actions/checkout@v4
36
- - name: Select Xcode 13.0
37
- run: sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer
+ - name: Select Xcode 14.3.1
+ run: sudo xcode-select --switch /Applications/Xcode_14.3.1.app/Contents/Developer
38
- run: brew install ninja
39
- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
40
- name: Upload Artifact
0 commit comments