Skip to content

Commit

Permalink
Merge pull request #123 from MXCzkEVM/big_upgrade
Browse files Browse the repository at this point in the history
fix: Bump MacOS to use 15 and XCode latest
  • Loading branch information
reasje authored Dec 6, 2024
2 parents 6dde481 + 63dc4b0 commit ac3f54b
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 ac3f54b

Please sign in to comment.