From 141060101d6fc11955ef91cb48fdd80ec51f3443 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Mon, 20 May 2024 21:50:07 +0200 Subject: [PATCH] CI: drop macos-11 more details: https://github.blog/changelog/2024-05-20-actions-upcoming-changes-to-github-hosted-macos-runners/ --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 621aee5f..f6821b9b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: build_and_test: strategy: matrix: - os: [macos-14, macos-13, macos-12, macos-11] + os: [macos-14, macos-13, macos-12] name: ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: