Skip to content

Commit

Permalink
chore: upgrade macos 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Jul 8, 2024
1 parent cc2a0b1 commit e6b6158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
name:
- macos_arm64
- ios
runs-on: macos-11
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 13.0
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
- run: brew install ninja
- run: ./build.${{ matrix.name }}.sh "${{ github.event.inputs.commitHash }}"
- name: Upload Artifact
Expand Down

0 comments on commit e6b6158

Please sign in to comment.