From bdcf6608a48c2a85a862650428d90cc53559ed7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Mon, 11 Sep 2023 22:29:58 +0200 Subject: [PATCH] Nightly: do not build on M1 macs Until we figure out how to cross-compile. [ci skip] --- .github/workflows/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index cf9ca4314..482fa1c71 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -34,7 +34,7 @@ on: options: - 'yes' - 'no' - default: 'yes' + default: 'no' linux-arm64: description: 'Build arm64 Linux packages' required: true @@ -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"