Skip to content

Commit

Permalink
Merge pull request #354 from GrahamDumpleton/pin-macos-runner
Browse files Browse the repository at this point in the history
Pin macos version under GitHub actions so uses Intel runner.
  • Loading branch information
GrahamDumpleton committed Apr 30, 2024
2 parents 1c70c1a + 5f3661b commit 70d365e
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 @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 70d365e

Please sign in to comment.