Skip to content

Commit 29a42c3

Browse files
committed
test(ci): use macos-12 / xcode14 in CI
macos-13 / xcode15 is too slow for successful testing
1 parent 2c13c32 commit 29a42c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/tests_e2e_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ concurrency:
3434
jobs:
3535
android:
3636
name: Android
37-
runs-on: macos-13
37+
runs-on: macos-12
3838
timeout-minutes: 90
3939
strategy:
4040
fail-fast: false

.github/workflows/tests_e2e_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ concurrency:
2727
jobs:
2828
ios:
2929
name: iOS
30-
runs-on: macos-13
30+
runs-on: macos-12
3131
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
3232
timeout-minutes: 100
3333
env:

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
"build": "set -o pipefail && xcodebuild VALID_ARCHS=\"`uname -m`\" CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build | xcbeautify",
6464
"type": "ios.simulator",
6565
"device": {
66-
"type": "iPhone 15"
66+
"type": "iPhone 14"
6767
}
6868
},
6969
"ios.sim.release": {
7070
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/testing.app",
7171
"build": "export RCT_NO_LAUNCH_PACKAGER=true && set -o pipefail | xcodebuild CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ -workspace ios/testing.xcworkspace -scheme testing -configuration Release -sdk iphonesimulator -derivedDataPath ios/build | xcbeautify",
7272
"type": "ios.simulator",
7373
"device": {
74-
"type": "iPhone 15"
74+
"type": "iPhone 14"
7575
}
7676
},
7777
"android.emu.debug": {

0 commit comments

Comments
 (0)