Skip to content

Commit

Permalink
fix(ci,ios): use macos-13 for ci (rnmapbox#3443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Apr 6, 2024
1 parent 8c80033 commit 1a8ddf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
jobs:
build:
name: iOS Example Build ${{ inputs.NEW_ARCH && 'Fabric' || 'Paper' }} ${{ inputs.MAP_IMPL }}
runs-on: macos-12
runs-on: macos-13
timeout-minutes: 55
environment: ${{ inputs.env_name }}

Expand Down
4 changes: 2 additions & 2 deletions example/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
},
"ios.debug.ci": {
type: "ios.app",
build: "FORCE_BUNDLING=1 xcodebuild -quiet -workspace ios/RNMapboxGLExample.xcworkspace -configuration Debug -scheme RNMapboxGLExample DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING=1 GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS DEBUG_RCT_BUNDLE=1' -sdk iphonesimulator -derivedDataPath ios/build -destination 'platform=iOS Simulator,OS=16.2,name=iPhone SE (3rd generation)'",
build: "FORCE_BUNDLING=1 xcodebuild -quiet -workspace ios/RNMapboxGLExample.xcworkspace -configuration Debug -scheme RNMapboxGLExample DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING=1 GCC_PREPROCESSOR_DEFINITIONS='$GCC_PREPROCESSOR_DEFINITIONS DEBUG_RCT_BUNDLE=1' -sdk iphonesimulator -derivedDataPath ios/build -destination 'platform=iOS Simulator,OS=17.2,name=iPhone SE (3rd generation)'",
binaryPath: "ios/build/Build/Products/Debug-iphonesimulator/RNMapboxGLExample.app"
},
},
Expand All @@ -34,7 +34,7 @@ module.exports = {
type: "ios.simulator",
device: {
type: "iPhone SE (3rd generation)",
os: "16.2"
os: "17.2"
}
},
},
Expand Down

0 comments on commit 1a8ddf1

Please sign in to comment.