mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
Bump Xcode version
This commit is contained in:
parent
0c85e76f2f
commit
accccb8ab7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue