Skip to content

Commit

Permalink
Merge pull request #507 from cclauss/patch-1
Browse files Browse the repository at this point in the history
Run unit test GitHub Action on an ARM processor
  • Loading branch information
rhysd authored Jan 18, 2025
2 parents 5c31ede + af58b2e commit f1a56d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Unit tests
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-13]
go: ['1.22', '1.23']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f1a56d4

Please sign in to comment.