Skip to content

Commit

Permalink
chore(*) Upgrade macOS machines
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-tgl committed Sep 11, 2024
1 parent 50d5ffa commit b8c4a3c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cordova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-14
defaults:
run:
working-directory: cordova-plugin-genius-scan-demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
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-12
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- 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-13
runs-on: macos-14
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-13
runs-on: macos-14
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 --force # To solve a conflict with react-native-fs
- run: cd android && ./gradlew assembleRelease
ios:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/xamarin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
android:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v1
- name: Android
Expand All @@ -19,7 +19,7 @@ jobs:
msbuild SimpleDemo.Forms.Android.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
ios:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v1
- name: iOS
Expand Down

0 comments on commit b8c4a3c

Please sign in to comment.