Skip to content

Commit 609bba9

Browse files
[CI] Bump minimum Xcode version on CI (#719)
1 parent b1c5a2f commit 609bba9

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/cron-checks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
os: macos-15
4747
device: "iPhone 16 Pro"
4848
setup_runtime: false
49-
- ios: 17.4
49+
- ios: 17.5
5050
xcode: 15.4
51-
os: macos-14
51+
os: macos-15
5252
device: "iPhone 14 Pro"
5353
setup_runtime: false
5454
- ios: 16.4
55-
xcode: 15.3
55+
xcode: 15.3 # fails on 15.4
5656
os: macos-14
5757
device: "iPhone 14 Pro"
5858
setup_runtime: true
@@ -149,10 +149,10 @@ jobs:
149149

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

176176
automated-code-review:
177177
name: Automated Code Review
178-
runs-on: macos-13
178+
runs-on: macos-15
179179
env:
180-
XCODE_VERSION: "15.0.1"
180+
XCODE_VERSION: "15.4"
181181
steps:
182182
- uses: actions/[email protected]
183183
- uses: ./.github/actions/bootstrap

.github/workflows/release-start.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test-release:
1313
name: Start new release
14-
runs-on: macos-14
14+
runs-on: macos-15
1515
steps:
1616
- name: Connect Bot
1717
uses: webfactory/[email protected]
@@ -32,4 +32,4 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }}
3333
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
3434
APPSTORE_API_KEY: ${{ secrets.APPSTORE_API_KEY }}
35-
XCODE_VERSION: "15.0.1"
35+
XCODE_VERSION: "15.4"

.github/workflows/smoke-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
4747
automated-code-review:
4848
name: Automated Code Review
49-
runs-on: macos-13
49+
runs-on: macos-15
5050
env:
51-
XCODE_VERSION: "15.0.1"
51+
XCODE_VERSION: "15.4"
5252
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
5353
steps:
5454
- uses: actions/[email protected]
@@ -65,10 +65,10 @@ jobs:
6565

6666
build-xcode15:
6767
name: Build SDKs (Xcode 15.0)
68-
runs-on: macos-13
68+
runs-on: macos-15
6969
if: ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
7070
env:
71-
XCODE_VERSION: "15.0.1"
71+
XCODE_VERSION: "15.4"
7272
steps:
7373
- name: Connect Bot
7474
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)