Skip to content

Commit

Permalink
Nightly: do not build on M1 macs
Browse files Browse the repository at this point in the history
Until we figure out how to cross-compile.

[ci skip]
  • Loading branch information
gaborcsardi committed Sep 11, 2023
1 parent 9f790a8 commit bdcf660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
options:
- 'yes'
- 'no'
default: 'yes'
default: 'no'
linux-arm64:
description: 'Build arm64 Linux packages'
required: true
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:

macos-m1:
runs-on: [macos-arm64]
if: ${{ github.event.inputs.macos-m1 == '' || github.event.inputs.macos-m1 == 'yes' }}
if: ${{ github.event.inputs.macos-m1 == 'yes' }}
name: macos arm64 pak binaries
env:
RVERSIONS: "4.1-arm64 4.2-arm64 4.3-arm64 4.4-arm64"
Expand Down

0 comments on commit bdcf660

Please sign in to comment.