From 10b17288cbcdfa094482665e40c8358e3ad0207c Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 29 Jan 2024 12:23:19 +0100 Subject: [PATCH] ci: use macos-11 instead of latest because of higher availability --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fd1d55f8..18208461a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-latest + - macos-11 # macos-latest -> more macos-11 runners than macos-12 available - windows-latest runs-on: ${{ matrix.os }} timeout-minutes: 15