diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 163330e360..583c1095fb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -59,6 +59,8 @@ jobs: - name: Install Mage uses: magefile/mage-action@v3 with: + # mac build currently doesn't exist for v1.15.0 https://github.com/magefile/mage/issues/481 + version: v1.14.0 install-only: true - name: Prep Build diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 533c2c3059..1d178f4c28 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -53,6 +53,8 @@ jobs: - name: Install Mage uses: magefile/mage-action@v3 with: + # mac build currently doesn't exist for v1.15.0 https://github.com/magefile/mage/issues/481 + version: v1.14.0 install-only: true - name: Prep Build