Skip to content

Commit

Permalink
Merge pull request #120 from MXCzkEVM/big_upgrade
Browse files Browse the repository at this point in the history
Big upgrade
  • Loading branch information
reasje authored Dec 5, 2024
2 parents 2f98e66 + 2119a19 commit 9869c9d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
submodules: recursive

- uses: reasje/action-flutter-build-ios@main
- uses: sheenhx/action-flutter-build-ios@main
with:
# always use --export-options-plist=ios/GithubActionsExportOptions.plist
build-cmd: flutter build ipa --build-number=$(( 15 + ${{ github.run_number }})) --export-options-plist=ios/GithubActionsExportOptions.plist
Expand Down Expand Up @@ -130,14 +130,20 @@ jobs:

build-waldo:
name: Build-waldo
runs-on: macos-latest
# https://github.com/actions/runner-images
# https://xcodereleases.com/
runs-on: macos-15

steps:
- name: Select Xcode version 16.1
run: sudo xcode-select -s /Applications/Xcode_16.1.app

- name: Checkout code with submodules
uses: actions/checkout@v4
with:
submodules: recursive

- uses: sheenhx/action-flutter-build-ios@v1
- uses: sheenhx/action-flutter-build-ios@main
with:
# always use --export-options-plist=ios/GithubActionsExportOptions.plist
build-cmd: flutter build ios --simulator
Expand Down

0 comments on commit 9869c9d

Please sign in to comment.