From 2ea249fa22d8e77b7ccc3352e37cb571ef66d76d Mon Sep 17 00:00:00 2001 From: Dominic Letz Date: Mon, 8 Jul 2024 16:55:31 +0200 Subject: [PATCH] Move from macos-11 to macos-12 github builder --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8fe295..40fe220 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-11"] + os: ["windows-latest", "ubuntu-20.04", "macos-12"] go: ["1.20.6"] runs-on: ${{ matrix.os }} steps: @@ -75,7 +75,7 @@ jobs: name: "Run app" strategy: matrix: - os: ["windows-latest", "ubuntu-20.04", "macos-11"] + os: ["windows-latest", "ubuntu-20.04", "macos-12"] go: ["1.20.6"] runs-on: ${{ matrix.os }} steps: