We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c31ede + af58b2e commit f1a56d4Copy full SHA for f1a56d4
.github/workflows/ci.yaml
@@ -6,7 +6,7 @@ jobs:
6
name: Unit tests
7
strategy:
8
matrix:
9
- os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
+ os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest, macos-13]
10
go: ['1.22', '1.23']
11
runs-on: ${{ matrix.os }}
12
steps:
0 commit comments