Skip to content

Commit bdcf660

Browse files
committed
Nightly: do not build on M1 macs
Until we figure out how to cross-compile. [ci skip]
1 parent 9f790a8 commit bdcf660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ on:
3434
options:
3535
- 'yes'
3636
- 'no'
37-
default: 'yes'
37+
default: 'no'
3838
linux-arm64:
3939
description: 'Build arm64 Linux packages'
4040
required: true
@@ -229,7 +229,7 @@ jobs:
229229

230230
macos-m1:
231231
runs-on: [macos-arm64]
232-
if: ${{ github.event.inputs.macos-m1 == '' || github.event.inputs.macos-m1 == 'yes' }}
232+
if: ${{ github.event.inputs.macos-m1 == 'yes' }}
233233
name: macos arm64 pak binaries
234234
env:
235235
RVERSIONS: "4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64"

0 commit comments

Comments
 (0)