Skip to content

Commit f1a56d4

Browse files
authored
Merge pull request #507 from cclauss/patch-1
Run unit test GitHub Action on an ARM processor
2 parents 5c31ede + af58b2e commit f1a56d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Unit tests
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
9+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-13]
1010
go: ['1.22', '1.23']
1111
runs-on: ${{ matrix.os }}
1212
steps:

0 commit comments

Comments
 (0)