Skip to content

Commit

Permalink
Switched runners to macos-latest (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen authored Jun 5, 2024
1 parent 6a3421e commit af7fc82
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
fail-fast: false
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: android
runner: ubuntu-latest
- os: ios
runner: macos-13
runner: macos-latest
fail-fast: false

steps:
Expand Down

0 comments on commit af7fc82

Please sign in to comment.