Skip to content

Commit 7aba20e

Browse files
committed
ci: test build on windows
Signed-off-by: Artyom Shendrik <[email protected]>
1 parent 2dbca85 commit 7aba20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
buildAndCheck:
3232
name: 'Build and check'
3333
timeout-minutes: 25
34-
runs-on: 'ubuntu-latest'
34+
runs-on: 'windows-latest'
3535
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
3636
permissions:
3737
contents: write

0 commit comments

Comments
 (0)