Skip to content

Commit

Permalink
manually install mage?
Browse files Browse the repository at this point in the history
  • Loading branch information
hrl20 committed Dec 23, 2024
1 parent 53d60de commit 062d216
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,19 @@ jobs:
path: dist/

build-macos-arm64:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- uses: magefile/mage-action@v3
with:
version: latest
args: coverage
- uses: magefile/mage-action@v3
with:
version: latest
args: -v build:DarwinARM64
- name: install mage
run: |
go install github.com/magefile/mage@latest
mage coverage
mage -v build:DarwinARM64
- name: Upload macOS ARM64 artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 062d216

Please sign in to comment.