Skip to content

Commit a78ab9c

Browse files
committed
fix issues with the mage version 1.15.0 and arm support
1 parent f743616 commit a78ab9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macos.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
jobs:
18-
bump:
18+
package:
1919
strategy:
2020
matrix:
2121
# NOTE: macos-13 is intel and macos-latest is arm
@@ -33,6 +33,8 @@ jobs:
3333

3434
- uses: magefile/mage-action@v3
3535
with:
36+
# https://github.com/magefile/mage/issues/481
37+
version: "v1.14.0"
3638
install-only: true
3739

3840
- run: .buildkite/scripts/steps/integration-package.sh

0 commit comments

Comments
 (0)