Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jan 30, 2025
1 parent 81c702c commit ee6ac0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
BuildAndTestIos:
name: Build ios prod

runs-on: macos-14
runs-on: macos-15
permissions: write-all

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_release_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: Build and release prod testflight
if: ${{ !contains ( github.event.release.tag_name, '_' ) || endsWith( github.event.release.tag_name, '_ios' ) }}

runs-on: macos-14
runs-on: macos-15
permissions: write-all

steps:
Expand Down

0 comments on commit ee6ac0a

Please sign in to comment.