Skip to content

Commit ee38d15

Browse files
committed
ci: add example e2e tests for different macos systems
Signed-off-by: peefy <[email protected]>
1 parent 8594bac commit ee38d15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/example-e2e-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
run: PATH=$PATH:$HOME/go/bin ./examples/test.sh
2424

2525
macos:
26-
runs-on: macos-latest
26+
strategy:
27+
matrix:
28+
os: [macos-12, macos-13, macos-latest]
29+
runs-on: ${{ matrix.os }}
2730
steps:
2831
- uses: actions/checkout@v4
2932
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)