Changed macos-latest to macos-14 because the former is currently an alias for macos-12

This commit is contained in:
Ross Goldberg 2024-02-04 11:57:23 -05:00
parent dcc63e05d7
commit 1d3af6c96f

View file

@ -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