From 45f673b8225d85e1b39616adcb9c92b7e8f4430b Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 2 Oct 2024 13:01:13 +0200 Subject: [PATCH] remove macos-11: it no longer exists --- .github/workflows/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index fd863b6abb..a388524e25 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -176,7 +176,7 @@ jobs: runs-on: ${{ matrix.macos-version }} strategy: matrix: - macos-version: ['macos-11', 'macos-12'] + macos-version: ['macos-12'] steps: - name: Install dependencies run: |