From 4fcec09676c0e72a553e408a1196db79434ed09c Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 2 Jul 2024 14:44:08 +0200 Subject: [PATCH] Switch to macOS 12 Signed-off-by: Sascha Grunert --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33c042e199..76b7e77851 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: strategy: matrix: - os: [ubuntu-22.04, macos-11] # TODO: make releases on 'linux-ppc64le' 'windows-2019' + os: [ubuntu-22.04, macos-12] # TODO: make releases on 'linux-ppc64le' 'windows-2019' # Ref: https://github.com/uraimo/run-on-arch-action steps: - name: Install Go