From 8bc50b72ff600f1b3cc05003c2de35a355512aab Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:31:21 +0100 Subject: [PATCH] ci: Switch to macOS 15 Sequoia Intel-based image The `macos-13` image has been deprecated and will be unavailable soon. See: https://github.com/actions/runner-images/issues/13045. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dceab4f8..61767515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -429,9 +429,8 @@ jobs: - *PRINT_LOGS x86_64-macos-native: - name: "x86_64: macOS Ventura, Valgrind" - # See: https://github.com/actions/runner-images#available-images. - runs-on: macos-13 + name: "x86_64: macOS Sequoia, Valgrind" + runs-on: macos-15-intel env: CC: 'clang'