Skip to content

Commit

Permalink
Bump Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
Itaybre committed Feb 18, 2025
1 parent 0c85e76 commit accccb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_16.2.0.app/Contents/Developer'
- name: Run fastlane
env:
EMERGE_API_TOKEN: ${{ secrets.EMERGE_API_TOKEN }}
Expand Down

0 comments on commit accccb8

Please sign in to comment.