CI: use macOS 14 instead of GitHub-deprecated macOS 13 in merge queue checks (#16032)
The "macos 13" runners are being phased out (https://github.com/actions/runner-images/issues/13046). Some jobs have started to fail in the CI while attempting a merge because of the brownout period. changelog: none r? flip1995
This commit is contained in:
commit
deff3fd050
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clippy_mq.yml
vendored
2
.github/workflows/clippy_mq.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
host: i686-unknown-linux-gnu
|
||||
- os: windows-latest
|
||||
host: x86_64-pc-windows-msvc
|
||||
- os: macos-13
|
||||
- os: macos-14
|
||||
host: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
host: aarch64-apple-darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue