Skip to content

Commit

Permalink
ci: Upgrade macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Mar 24, 2024
1 parent 974a9f9 commit a38c48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: flutter build apk --release

ios:
runs-on: macos-latest
runs-on: macos-14
timeout-minutes: 30
if: inputs.enable_ios
steps:
Expand All @@ -146,7 +146,7 @@ jobs:
run: flutter build ios --release --no-codesign

macos:
runs-on: macos-latest
runs-on: macos-14
timeout-minutes: 30
if: inputs.enable_macos
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
- os: ubuntu-latest
platform: Web
release-type: web
- os: macos-latest
- os: macos-14
platform: macOS
release-type: macos
# - os: macos-latest
# - os: macos-14
# platform: iOS
# release-type: ipa
steps:
Expand Down

0 comments on commit a38c48e

Please sign in to comment.