We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56bf5bd commit d279bbfCopy full SHA for d279bbf
.github/workflows/test.yaml
@@ -47,6 +47,15 @@ jobs:
47
with:
48
go-version: ${{ matrix.go }}
49
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
+
59
test-wasm:
60
uses: pion/.goassets/.github/workflows/test-wasm.reusable.yml@master
61
0 commit comments