We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9409b commit c634a06Copy full SHA for c634a06
.github/actionlint.yaml
@@ -6,4 +6,5 @@ self-hosted-runner:
6
- ubuntu-22-04-arm64-m
7
- arm-ubuntu-22-04-runner-one
8
- macos-14 # should not be necessary
9
- - macos-15 # should not be necessary
+ - macos-15 # should not be necessary
10
+ - macos-15-intel # should not be necessary
.github/workflows/build.yml
@@ -1268,7 +1268,7 @@ jobs:
1268
1269
macosbuild:
1270
name: MacOS Build
1271
- runs-on: macos-15
+ runs-on: macos-15-intel
1272
timeout-minutes: ${{ vars.DEFAULT_JOB_TIMEOUT_MIN == '' && 120 || vars.DEFAULT_JOB_TIMEOUT_MIN }}
1273
steps:
1274
- name: Check out code into the Go module directory
0 commit comments