From 584661df78eef3cf6b2ec0d190708bc49e7d4ba4 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Fri, 26 Apr 2024 16:24:05 +0200 Subject: [PATCH] ci: Run on macOS-12, not -latest, as the latter doesn't provide x64 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f5772f..ccbacfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: exclude: - os: ubuntu-latest gu-binary: gu.cmd - - os: macos-latest + - os: macOS-12 gu-binary: gu.cmd - os: macos-arm64-latest gu-binary: gu.cmd