From f8568b04b66d8fff3f7e8e04e78bb6ada29662b3 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Mon, 25 Nov 2024 16:22:50 +0100 Subject: [PATCH] Update macOS 12 to macOS 13 in CI macOS 12 is deprecated by GitHub actions: https://github.com/actions/runner-images/issues/10721 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfac5329d..377e1f3ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -381,9 +381,9 @@ jobs: matrix: include: # Reasonably varied set of macOS targets. - - name: macOS 12 x86_64 + - name: macOS 13 x86_64 target: x86_64-apple-darwin - os: macos-12 # x86_64 + os: macos-13 # x86_64 frameworks: MACOS_13 test: true - name: macOS 15 AArch64