Skip to content

Commit 5015b88

Browse files
committed
test: Cross-Platform test
1 parent c005eb9 commit 5015b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ env:
1616

1717
jobs:
1818
build:
19+
runs-on: ${{ matrix.os }}
1920
strategy:
2021
fail-fast: false
2122
matrix:
23+
os: [ubuntu-latest, macos-latest, windows-latest]
2224
configuration: [Debug, Release]
2325

24-
runs-on: windows-latest
25-
2626
steps:
2727
- uses: actions/checkout@v4
2828

0 commit comments

Comments
 (0)