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