Skip to content

Commit 094815c

Browse files
committed
Fix stuff
1 parent 6474403 commit 094815c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107

108108
build-old-xcode:
109109
name: Build SDKs (Old Xcode)
110-
runs-on: macos-15
110+
runs-on: macos-14
111111
env:
112-
XCODE_VERSION: "16.0"
112+
XCODE_VERSION: "16.1"
113113
steps:
114114
- name: Connect Bot
115115
uses: webfactory/[email protected]
@@ -119,7 +119,7 @@ jobs:
119119
- uses: ./.github/actions/xcode-cache
120120
- uses: ./.github/actions/ruby-cache
121121
- name: Build SwiftUI
122-
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.4)" build_for_testing:true
122+
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
123123
timeout-minutes: 25
124124
- name: Build XCFrameworks
125125
run: bundle exec fastlane build_xcframeworks

.github/workflows/smoke-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565

6666
build-old-xcode:
6767
name: Build SDKs (Old Xcode)
68-
runs-on: macos-15
68+
runs-on: macos-14
6969
if: ${{ github.event.inputs.record_snapshots != 'true' }}
7070
env:
71-
XCODE_VERSION: "16.0"
71+
XCODE_VERSION: "16.1"
7272
steps:
7373
- name: Connect Bot
7474
uses: webfactory/[email protected]
@@ -78,7 +78,7 @@ jobs:
7878
- uses: ./.github/actions/xcode-cache
7979
- uses: ./.github/actions/ruby-cache
8080
- name: Build SwiftUI
81-
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.4)" build_for_testing:true
81+
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
8282
timeout-minutes: 25
8383
- name: Build XCFrameworks
8484
run: bundle exec fastlane build_xcframeworks

0 commit comments

Comments
 (0)