Skip to content

Commit deff3fd

Browse files
authored
CI: use macOS 14 instead of GitHub-deprecated macOS 13 in merge queue checks (#16032)
The "macos 13" runners are being phased out (actions/runner-images#13046). Some jobs have started to fail in the CI while attempting a merge because of the brownout period. changelog: none r? flip1995
2 parents ad7fc4f + 0d6fdc0 commit deff3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_mq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
host: i686-unknown-linux-gnu
2626
- os: windows-latest
2727
host: x86_64-pc-windows-msvc
28-
- os: macos-13
28+
- os: macos-14
2929
host: x86_64-apple-darwin
3030
- os: macos-latest
3131
host: aarch64-apple-darwin

0 commit comments

Comments
 (0)