-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Bump minimum Xcode version on CI (#719)
- Loading branch information
1 parent
b1c5a2f
commit 609bba9
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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] | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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] | ||
|