Skip to content

Commit 966fe49

Browse files
committed
[ci] Fix GitHub actions matrix
1 parent f9decb0 commit 966fe49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: [windows-2019, macos-latest, ubuntu-latest]
9+
os: [windows-latest, macos-latest, ubuntu-latest]
1010
build_type: [debug,release]
1111
benchmark: [false]
1212
sanitizer: [""]

0 commit comments

Comments
 (0)