mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 04:23:09 +00:00
Upgrade GitHub runners from macos-14
to macos-15
.
Resolve #594 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
bb67ea5e48
commit
417fb824b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
# https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source
|
||||
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
|
||||
# https://github.com/mas-cli/mas/actions/runners
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
|
||||
steps:
|
||||
# https://github.com/actions/checkout#usage
|
||||
|
|
Loading…
Reference in a new issue