Skip to content

Commit

Permalink
Build workflow on MacOS 13
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyrat committed Jun 6, 2023
1 parent e82d69d commit 8316453
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
BuildAndTestIos:
name: Build ios prod

runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flutter_release_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ !contains ( github.event.release.tag_name, '_' ) || endsWith( github.event.release.tag_name, '_ios' ) }}
# NB: ${{ syntax }} is required despite GitHub docs to the contrary. Appears that ! operator can't be used otherwise.

runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout
Expand Down Expand Up @@ -69,7 +69,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-12
runs-on: macos-13

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ PLATFORMS
universal-darwin-21
universal-darwin-22
x86_64-darwin-19
x86_64-darwin-20
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit 8316453

Please sign in to comment.