From 0d6fdc089a898897137ab14f839bdd1b27d98edb Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Wed, 5 Nov 2025 00:58:18 +0100 Subject: [PATCH] Use macOS 14 instead of GitHub-deprecated macOS 13 The "macos 13" runners are being phased out (https://github.com/actions/runner-images/issues/13046). --- .github/workflows/clippy_mq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy_mq.yml b/.github/workflows/clippy_mq.yml index 9d099137449e..abbdace0230a 100644 --- a/.github/workflows/clippy_mq.yml +++ b/.github/workflows/clippy_mq.yml @@ -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