From 94432e262775ffb7068a40c68c3a1de7b5f32801 Mon Sep 17 00:00:00 2001 From: "Mark A. Tsuchida" Date: Sun, 7 Jul 2024 12:07:39 -0500 Subject: [PATCH] CI: use macos-12 for the experimental Meson build --- .github/workflows/ci-mmdevice-mmcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mmdevice-mmcore.yml b/.github/workflows/ci-mmdevice-mmcore.yml index bcc16bb02..807f54d53 100644 --- a/.github/workflows/ci-mmdevice-mmcore.yml +++ b/.github/workflows/ci-mmdevice-mmcore.yml @@ -30,7 +30,7 @@ jobs: runner: windows-2019 cxx: cl - os: macos - runner: macos-11 + runner: macos-12 cxx: clang++ - os: ubuntu runner: ubuntu-22.04