Skip to content

Commit

Permalink
[CI] Bump minimum Xcode version on CI (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Jan 16, 2025
1 parent b1c5a2f commit 609bba9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
os: macos-15
device: "iPhone 16 Pro"
setup_runtime: false
- ios: 17.4
- ios: 17.5
xcode: 15.4
os: macos-14
os: macos-15
device: "iPhone 14 Pro"
setup_runtime: false
- ios: 16.4
xcode: 15.3
xcode: 15.3 # fails on 15.4
os: macos-14
device: "iPhone 14 Pro"
setup_runtime: true
Expand Down Expand Up @@ -149,10 +149,10 @@ jobs:

build-xcode15:
name: Build SDKs (Xcode 15.0)
runs-on: macos-13
runs-on: macos-15
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
env:
XCODE_VERSION: "15.0.1"
XCODE_VERSION: "15.4"
steps:
- name: Connect Bot
uses: webfactory/[email protected]
Expand All @@ -175,9 +175,9 @@ jobs:

automated-code-review:
name: Automated Code Review
runs-on: macos-13
runs-on: macos-15
env:
XCODE_VERSION: "15.0.1"
XCODE_VERSION: "15.4"
steps:
- uses: actions/[email protected]
- uses: ./.github/actions/bootstrap
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
test-release:
name: Start new release
runs-on: macos-14
runs-on: macos-15
steps:
- name: Connect Bot
uses: webfactory/[email protected]
Expand All @@ -32,4 +32,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
APPSTORE_API_KEY: ${{ secrets.APPSTORE_API_KEY }}
XCODE_VERSION: "15.0.1"
XCODE_VERSION: "15.4"
8 changes: 4 additions & 4 deletions .github/workflows/smoke-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
automated-code-review:
name: Automated Code Review
runs-on: macos-13
runs-on: macos-15
env:
XCODE_VERSION: "15.0.1"
XCODE_VERSION: "15.4"
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
steps:
- uses: actions/[email protected]
Expand All @@ -65,10 +65,10 @@ jobs:

build-xcode15:
name: Build SDKs (Xcode 15.0)
runs-on: macos-13
runs-on: macos-15
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
env:
XCODE_VERSION: "15.0.1"
XCODE_VERSION: "15.4"
steps:
- name: Connect Bot
uses: webfactory/[email protected]
Expand Down

0 comments on commit 609bba9

Please sign in to comment.