Skip to content

Commit

Permalink
run on macos 13
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Feb 22, 2024
1 parent 585d6ec commit 6bf2271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-release-appcenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

jobs:
fastlane-deploy:
runs-on: macOS-12
runs-on: macOS-13
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios-release-testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
fastlane-deploy:
runs-on: macOS-12
runs-on: macOS-13
steps:
# Set up Flutter.
- name: Clone Flutter repository with master channel
Expand Down

0 comments on commit 6bf2271

Please sign in to comment.