From 4f4b0878f62a49c459f84ef1cc7846cec4e5e621 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Thu, 25 Apr 2024 09:00:10 +0000 Subject: [PATCH] MacOS 11 doesn't have a compatible Go bottle anyway --- .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 27845e9..4edbb4d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: test-bot: strategy: matrix: - os: [ubuntu-22.04, macos-11, macos-12, macos-13, macos-14] + os: [ubuntu-22.04, macos-12, macos-13, macos-14] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew