-
Notifications
You must be signed in to change notification settings - Fork 211
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 (#3563)
- Loading branch information
1 parent
db80455
commit 81f2417
Showing
3 changed files
with
14 additions
and
14 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,18 +46,18 @@ 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 | ||
- ios: 15.5 | ||
xcode: 15.3 | ||
xcode: 15.3 # fails on 15.4 | ||
os: macos-14 | ||
device: "iPhone 13 Pro" | ||
setup_runtime: true | ||
|
@@ -133,18 +133,18 @@ 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 | ||
- ios: 15.5 | ||
xcode: 15.3 | ||
xcode: 15.3 # fails on 15.4 | ||
os: macos-14 | ||
device: "iPhone 13 Pro" | ||
setup_runtime: true | ||
|
@@ -191,9 +191,9 @@ jobs: | |
build-old-xcode: | ||
name: Build LLC + UI (Xcode 15) | ||
runs-on: macos-14 | ||
runs-on: macos-15 | ||
env: | ||
XCODE_VERSION: "15.0.1" | ||
XCODE_VERSION: "15.4" | ||
steps: | ||
- name: Connect Bot | ||
uses: webfactory/[email protected] | ||
|
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] | ||
|
@@ -28,4 +28,4 @@ jobs: | |
GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_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-14 | ||
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] | ||
|