From 84b932197739e2ad1fdb5bd0ee1e167011086744 Mon Sep 17 00:00:00 2001 From: sfence Date: Fri, 4 Oct 2024 10:44:14 +0200 Subject: [PATCH] Switch to macOS 13, because brew support for macOS 12 gone (#15232) --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e193c828d..731d7d719 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -29,8 +29,8 @@ on: jobs: build: - # use lowest possible macOS running on x86_64 to support more users - runs-on: macos-12 + # use lowest possible macOS running on x86_64 supported by brew to support more users + runs-on: macos-13 steps: - uses: actions/checkout@v4 - name: Install deps