Skip to content

Commit 04eaa08

Browse files
committed
update gh repo
2 parents 4915693 + 15cdb60 commit 04eaa08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ jobs:
3939
skip-pkg-cache: true
4040

4141
test:
42-
runs-on: [ubuntu-latest, windows-latest]
42+
runs-on: ${{ matrix.os }}
43+
strategy:
44+
matrix:
45+
os: [ubuntu-latest, windows-latest]
4346
permissions:
4447
id-token: write
4548
contents: read

0 commit comments

Comments
 (0)