Skip to content

Commit af58b2e

Browse files
authored
Run unit test GitHub Action on an ARM processor
Projects are speeding up GitHub Actions by running them on an ARM processor. https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
1 parent 5c31ede commit af58b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
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)