Skip to content

Commit

Permalink
Merge pull request #2283 from CruGlobal/GT-upgrade-to-macos-15
Browse files Browse the repository at this point in the history
GT Run in macos-15 and Xcode 16
  • Loading branch information
levieggertcru authored Oct 31, 2024
2 parents 5f333ab + 3e5f27a commit 01d9ecd
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pod-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.4.0'
xcode-version: '16.0.0'
# Required for KotlinMultiplatform
- name: Setup Java
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/download_onesky_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
download_and_commit_onesky_translations:
runs-on: macos-14
runs-on: macos-15
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate_repair.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
cocoapods:
runs-on: macos-14
runs-on: macos-15
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
run_tests:
runs-on: macos-14
runs-on: macos-15
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
swift_lint:
runs-on: macos-14
runs-on: macos-15
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
distribute_to_testflight:
runs-on: macos-14
runs-on: macos-15
env:
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60
steps:
Expand Down

0 comments on commit 01d9ecd

Please sign in to comment.