Skip to content

Commit

Permalink
switch back to macOS runners for the time being
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <[email protected]>
  • Loading branch information
joefitzgerald committed Jan 21, 2023
1 parent 6a4c999 commit 5a13473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5a13473

Please sign in to comment.