Skip to content

Commit 67c546f

Browse files
pionbotJoTurk
authored andcommitted
Update CI configs to v0.11.32
Update lint scripts and CI configs.
1 parent 178b161 commit 67c546f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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)