Skip to content

Commit

Permalink
Switch runners to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen authored and hoangdat committed Jun 4, 2024
1 parent 57d471f commit a877f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- os: android
runner: ubuntu-latest
- os: ios
runner: macos-13
runner: macos-latest
environment: dev

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- os: android
runner: ubuntu-latest
- os: ios
runner: macos-13
runner: macos-latest
fail-fast: false

environment: prod
Expand Down

0 comments on commit a877f2b

Please sign in to comment.