From 5a13473047c49371346d199c91f8992505dc7b1e Mon Sep 17 00:00:00 2001 From: Joe Fitzgerald Date: Sat, 21 Jan 2023 15:24:43 -0700 Subject: [PATCH] switch back to macOS runners for the time being Signed-off-by: Joe Fitzgerald --- .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 6a27ba96..c707a329 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -287,7 +287,7 @@ jobs: build-client-programs-darwin-amd64: name: Build (clients) / amd64@darwin - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Check out the repository @@ -312,7 +312,7 @@ jobs: build-client-programs-darwin-arm64: name: Build (clients) / arm64@darwin - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Check out the repository