Skip to content

Commit

Permalink
Run unit test GitHub Action on an ARM processor
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jan 18, 2025
1 parent 5c31ede commit af58b2e
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 af58b2e

Please sign in to comment.