We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56bca5 + e792c69 commit b8f5fc8Copy full SHA for b8f5fc8
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,8 @@ jobs:
23
config: [macos, linux, windows-lcow, windows-wcow]
24
include:
25
- config: macos
26
- os: macos
+ # since macos-14 the latest runner is arm64
27
+ os: macos-arm64
28
runner: macos-latest
29
no_docker: "true"
30
pack_bin: pack
@@ -170,8 +171,9 @@ jobs:
170
171
- name: linux-arm64
172
goarch: arm64
173
goos: linux
- - name: macos-arm64
174
- goarch: arm64
+ - name: macos
175
+ # since macos-14 default runner is arm, we need to build for intel architecture later
176
+ goarch: amd64
177
goos: darwin
178
- name: linux-s390x
179
goarch: s390x
0 commit comments