Skip to content

Commit 3244eb6

Browse files
committed
ci: update macos and simul version
1 parent 1a0b383 commit 3244eb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-example-ios.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ on:
1919

2020
jobs:
2121
build_ios_example:
22-
runs-on: macos-14
22+
runs-on: macos-15
2323
env:
2424
NO_FLIPPER: 1
25+
IOS_SIMULATOR: 'platform=iOS Simulator,name=iPhone 16'
2526

2627
steps:
2728
- name: Checkout repository
@@ -85,5 +86,5 @@ jobs:
8586
workspace: IapExample/ios/IapExample.xcworkspace
8687
scheme: IapExample
8788
sdk: iphonesimulator
88-
destination: 'platform=iOS Simulator,name=iPhone 14'
89+
destination: ${{ env.IOS_SIMULATOR }}
8990
action: build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 commit comments

Comments
 (0)