From 7d86a68d04db521e54914785c15d4a6cbdc0bd88 Mon Sep 17 00:00:00 2001 From: zachmann Date: Tue, 20 Aug 2024 17:26:22 +0200 Subject: [PATCH] remove macos 11 runner --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 260e868..202fb97 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [macos-11, macos-12, macos-13, macos-14] + os: [macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew