Skip to content

Commit

Permalink
add mac arm runner (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Proud <[email protected]>
  • Loading branch information
laidbackware and Matt Proud authored Feb 20, 2024
1 parent ad52df1 commit c5a5fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, macos-14, windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -27,6 +27,6 @@ jobs:
go-version: 1.21.4

- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run Golang Tests
run: go test -v ./...

0 comments on commit c5a5fda

Please sign in to comment.