Skip to content

Commit 32d60f1

Browse files
committed
enable build on CI for all 3 OSs
1 parent 6fcd239 commit 32d60f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ on:
1919

2020
jobs:
2121
full-build-base:
22-
runs-on: ubuntu-latest
22+
runs-on: ${{ matrix.os }}
23+
strategy:
24+
matrix:
25+
os: [ ubuntu-latest, windows-latest, macos-latest ]
2326
steps:
2427
# Checkout code
2528
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)