Skip to content

Commit

Permalink
[CI] Bump minimum Xcode version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Jan 16, 2025
1 parent bc5d6b0 commit 4a251a2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ 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
os: macos-14
xcode: 15.4
os: macos-15
device: "iPhone 14 Pro"
setup_runtime: true
- ios: 15.5
xcode: 15.3
os: macos-14
xcode: 15.4
os: macos-15
device: "iPhone 13 Pro"
setup_runtime: true
fail-fast: false
Expand Down Expand Up @@ -133,19 +133,19 @@ 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
os: macos-14
xcode: 15.5
os: macos-15
device: "iPhone 14 Pro"
setup_runtime: true
- ios: 15.5
xcode: 15.3
os: macos-14
xcode: 15.5
os: macos-15
device: "iPhone 13 Pro"
setup_runtime: true
fail-fast: false
Expand Down Expand Up @@ -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]
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 @@ -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"
4 changes: 2 additions & 2 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-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]
Expand Down

0 comments on commit 4a251a2

Please sign in to comment.