Skip to content

Commit

Permalink
Pin macos version under GitHub actions so uses Intel runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Apr 30, 2024
1 parent 1c70c1a commit 5f3661b
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 5f3661b

Please sign in to comment.