mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
Changed macos-latest to macos-14 because the former is currently an alias for macos-12
This commit is contained in:
parent
dcc63e05d7
commit
1d3af6c96f
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-latest
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
# https://github.com/actions/checkout#usage
|
||||
|
|
Loading…
Add table
Reference in a new issue