From d0a85f095f717e407243cbdddae423523e0a82f6 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Fri, 4 Nov 2022 15:16:26 +0100 Subject: [PATCH] Switch MacOS CI from using macos-latest to macos-11, trying to make it work again! --- .github/workflows/ci-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 539ec7c..341e7a5 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -4,7 +4,7 @@ name: CI MacOS on: [push, pull_request] jobs: build: - runs-on: macos-latest + runs-on: macos-11 strategy: matrix: