Skip to content

Commit

Permalink
fix: Bump MacOS to use 15 and XCode latest
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Dec 6, 2024
1 parent 623bf67 commit 63dc4b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,11 @@ jobs:

build-macos:
name: Build-ios
runs-on: macos-latest
runs-on: macos-15
steps:
- name: Select Xcode version 16.1
run: sudo xcode-select -s /Applications/Xcode_16.1.app

- name: Checkout code with submodules
uses: actions/checkout@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
build-macos:
name: Build-testflight
if: github.ref == 'refs/heads/pre_main_qa'
runs-on: macos-latest
runs-on: macos-15
steps:
- name: Select Xcode version 16.1
run: sudo xcode-select -s /Applications/Xcode_16.1.app

- name: Checkout code with submodules
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 63dc4b0

Please sign in to comment.