From e20ef2fdad715ced77525cfd064489a1665e44f6 Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Tue, 3 Dec 2024 16:25:28 +0100 Subject: [PATCH] Update CI to macos-13 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c798206..6774697 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: name: "Run tests and build artifacts" strategy: matrix: - os: ["windows-latest", "ubuntu-20.04", "macos-12"] + os: ["windows-latest", "ubuntu-20.04", "macos-13"] go: ["1.22.6"] runs-on: ${{ matrix.os }} steps: