Skip to content

Commit

Permalink
fes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 1, 2024
1 parent 809f387 commit 40ac325
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, macos-arm64 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand All @@ -28,5 +31,5 @@ jobs:
- name: Upload DMG artifact
uses: actions/upload-artifact@v2
with:
name: ipingtray-dmg
name: ipingtray-dmg-${{ RUNNER_ARCH }}
path: IPingTray.dmg

0 comments on commit 40ac325

Please sign in to comment.