From c8ea3ae6ee27a27eb6c7e9e391a921e5105b21c7 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sat, 6 Apr 2024 13:36:43 +0900 Subject: [PATCH] Drop support for macOS Big Sur 11 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9fff5c0..28aa1b4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners - os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ] go: [ '1.21' ] steps: