We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b383 commit 3244eb6Copy full SHA for 3244eb6
.github/workflows/ci-example-ios.yml
@@ -19,9 +19,10 @@ on:
19
20
jobs:
21
build_ios_example:
22
- runs-on: macos-14
+ runs-on: macos-15
23
env:
24
NO_FLIPPER: 1
25
+ IOS_SIMULATOR: 'platform=iOS Simulator,name=iPhone 16'
26
27
steps:
28
- name: Checkout repository
@@ -85,5 +86,5 @@ jobs:
85
86
workspace: IapExample/ios/IapExample.xcworkspace
87
scheme: IapExample
88
sdk: iphonesimulator
- destination: 'platform=iOS Simulator,name=iPhone 14'
89
+ destination: ${{ env.IOS_SIMULATOR }}
90
action: build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
0 commit comments