Skip to content

Commit

Permalink
switch to arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 authored Feb 12, 2025
1 parent 474236f commit b21e366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
test:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest-arm, windows-latest ]
include:
- os: ubuntu-latest
- os: ubuntu-latest-arm
upload-coverage: true
runs-on: ${{ matrix.os }}
name: "go test"
Expand Down

0 comments on commit b21e366

Please # to comment.