Skip to content

Commit

Permalink
ci: update macos and simul version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Dec 18, 2024
1 parent 1a0b383 commit d147f5e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-example-ios.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI / Example iOS

env:
MACOS_VERSION: macos-15
IOS_SIMULATOR: 'platform=iOS Simulator,name=iPhone 16'

on:
push:
branches: [main, next]
Expand All @@ -19,7 +23,7 @@ on:

jobs:
build_ios_example:
runs-on: macos-14
runs-on: ${{ env.MACOS_VERSION }}
env:
NO_FLIPPER: 1

Expand Down Expand Up @@ -85,5 +89,5 @@ jobs:
workspace: IapExample/ios/IapExample.xcworkspace
scheme: IapExample
sdk: iphonesimulator
destination: 'platform=iOS Simulator,name=iPhone 14'
destination: ${{ env.IOS_SIMULATOR }}
action: build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO

0 comments on commit d147f5e

Please sign in to comment.