Skip to content

Commit

Permalink
test(ci): use macos-12 / xcode14 in CI
Browse files Browse the repository at this point in the history
macos-13 / xcode15 is too slow for successful testing
  • Loading branch information
mikehardy committed Dec 13, 2023
1 parent 2c13c32 commit 29a42c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ concurrency:
jobs:
android:
name: Android
runs-on: macos-13
runs-on: macos-12
timeout-minutes: 90
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
ios:
name: iOS
runs-on: macos-13
runs-on: macos-12
# TODO matrix across APIs, at least 11 and 15 (lowest to highest)
timeout-minutes: 100
env:
Expand Down
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"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",
"type": "ios.simulator",
"device": {
"type": "iPhone 15"
"type": "iPhone 14"
}
},
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/testing.app",
"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",
"type": "ios.simulator",
"device": {
"type": "iPhone 15"
"type": "iPhone 14"
}
},
"android.emu.debug": {
Expand Down

1 comment on commit 29a42c3

@vercel
Copy link

@vercel vercel bot commented on 29a42c3 Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.