From b4a498b2574a09e04de0d2bdc27c39a9005308e5 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 24 Oct 2024 19:32:54 +0200 Subject: [PATCH] ci: use macos-15 and remove macos-12 (#245) --- .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 d1d8237..9a48501 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -40,9 +40,9 @@ jobs: - 1.23.x - 1.22.x os: - - macos-12 - macos-13 - macos-14 + - macos-15 - windows-2019 - windows-2022 - ubuntu-20.04 @@ -57,8 +57,8 @@ jobs: - {cgo: cgo, os: ubuntu-20.04} - {cgo: cgo, os: ubuntu-22.04} # Limit the OS variants tested with the earliest supported Go version (save resources). - - {go: 1.22.x, os: macos-12} - {go: 1.22.x, os: macos-13} + - {go: 1.22.x, os: macos-14} - {go: 1.22.x, os: windows-2019} - {go: 1.22.x, os: ubuntu-22.04} runs-on: ${{ matrix.os }}