We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbca85 commit 7aba20eCopy full SHA for 7aba20e
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
buildAndCheck:
32
name: 'Build and check'
33
timeout-minutes: 25
34
- runs-on: 'ubuntu-latest'
+ runs-on: 'windows-latest'
35
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
36
permissions:
37
contents: write
0 commit comments