From 25cc6031ead4d54fe49d72a2b5db9ea4ebaaf5c8 Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Wed, 31 Jan 2024 21:34:09 +0900 Subject: [PATCH] Add support for macOS Sonoma 14 (#32) --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9dc6c7b..6635547 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,8 +10,8 @@ jobs: strategy: matrix: - # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources - os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-13, macos-latest, windows-2019, windows-2022, windows-latest ] + # 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 ] go: [ '1.21' ] steps: