Skip to content

Commit

Permalink
Merge pull request #97 from thegrizzlylabs/adapt-demos
Browse files Browse the repository at this point in the history
[CI] Upgrade jobs to java 17 and macOS 15
  • Loading branch information
guillaume-tgl authored Nov 12, 2024
2 parents 34499cb + c30912f commit afdfdc1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
java-version: 17
- uses: actions/setup-node@v4
with:
node-version: 19
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: flutter pub get
- run: flutter build apk
ios:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-custom-demo:
runs-on: macos-14
runs-on: macos-15
defaults:
run:
working-directory: ios/GSSDKCustomDemo
Expand All @@ -18,7 +18,7 @@ jobs:
ONLY_ACTIVE_ARCH=YES \
CODE_SIGNING_ALLOWED="NO"
build-simple-demo:
runs-on: macos-14
runs-on: macos-15
defaults:
run:
working-directory: ios/GSSDKSimpleDemo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: npm install
- run: cd android && ./gradlew assembleRelease
ios:
runs-on: macos-14
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit afdfdc1

Please sign in to comment.