From 5f3661b72f62ed3d7e6c46daba9ac0f4069b4c3b Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Tue, 30 Apr 2024 20:58:27 +1000 Subject: [PATCH] Pin macos version under GitHub actions so uses Intel runner. --- .github/workflows/build-and-publish-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index e392c39f..6515e91b 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -668,7 +668,7 @@ jobs: build-client-programs-darwin-amd64: name: Build (clients) / amd64@darwin - runs-on: macos-latest + runs-on: macos-12 steps: - name: Check out the repository @@ -710,7 +710,7 @@ jobs: build-client-programs-darwin-arm64: name: Build (clients) / arm64@darwin - runs-on: macos-latest + runs-on: macos-12 steps: - name: Check out the repository