Skip to content

Commit 0d6fdc0

Browse files
committed
Use macOS 14 instead of GitHub-deprecated macOS 13
The "macos 13" runners are being phased out (actions/runner-images#13046).
1 parent ad7fc4f commit 0d6fdc0

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)