mirror of https://github.com/astral-sh/ruff
Update to macOS14 runner image (#13728)
Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
parent
c2f7c39987
commit
4ecfe95295
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
|
|
||||||
macos-x86_64:
|
macos-x86_64:
|
||||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
|
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
|
||||||
runs-on: macos-12
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue