From f5e914dfdae101d5746dca0a65e2acd0eef7c8fb Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 24 Jun 2024 14:24:34 +0000 Subject: [PATCH] CI: Migrate from `macos-11` runner to `macos-12` runner The `macos-11` GitHub runner is deprecated and will be removed on 2024-06-28. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42bda095fa..ac696f5a87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,11 +78,11 @@ jobs: test_os: ubuntu-22.04 host: x86_64-pc-linux-gnu - - name: macos-11 + - name: macos-12 tier: 3 - platform: macOS Big Sur 11 - build_os: macos-11 - test_os: macos-11 + platform: macOS 12 Monterey + build_os: macos-12 + test_os: macos-12 brew_deps: > autoconf automake