Skip to content

Commit 041530f

Browse files
pionbotJoeTurki
authored andcommitted
Update CI configs to v0.11.32
Update lint scripts and CI configs.
1 parent 030bbf1 commit 041530f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ jobs:
4747
with:
4848
go-version: ${{ matrix.go }}
4949

50+
test-macos:
51+
uses: pion/.goassets/.github/workflows/test-macos.reusable.yml@master
52+
strategy:
53+
matrix:
54+
go: ["1.25", "1.24"] # auto-update/supported-go-version-list
55+
fail-fast: false
56+
with:
57+
go-version: ${{ matrix.go }}
58+
5059
test-wasm:
5160
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
5261
with:

0 commit comments

Comments
 (0)