Skip to content

Commit

Permalink
ci(runs-on): Not to specify macOS version (#79)
Browse files Browse the repository at this point in the history
To use the latest version without editing the file.
  • Loading branch information
5ouma authored Apr 7, 2024
1 parent 59f33e5 commit 22add47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
Test:
runs-on: macOS-13
runs-on: macOS-Latest

steps:
- name: 🚚 Checkout Repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vhs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
VHS:
runs-on: macOS-13
runs-on: macOS-Latest

steps:
- name: 🚚 Checkout Repository
Expand Down

0 comments on commit 22add47

Please sign in to comment.