Skip to content

Commit ae65ff4

Browse files
committed
expand test platforms to macOS and Linux ARM
1 parent 17ceec1 commit ae65ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest]
14+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13]
1515
go-version: [1.25.x, 1.24.x, 1.23.x]
1616
runs-on: ${{ matrix.os }}
1717
steps:

0 commit comments

Comments
 (0)