From 3db783ae3d3b5da0601d688e8b5c9136a0b10360 Mon Sep 17 00:00:00 2001 From: Nicolai Ommer Date: Wed, 3 Jan 2024 18:59:32 +0100 Subject: [PATCH] Remove macos-11 from build matrix It is pretty old. GH seems to have issues finding a runner for it. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3b214994..a4dec060 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ macos-11, macos-12, macos-13 ] + os: [ macos-12, macos-13 ] steps: - uses: actions/checkout@v4 - name: "Install dependencies"