We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286f9a2 commit 4ae15bcCopy full SHA for 4ae15bc
1 file changed
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
19
RunTestSuite:
20
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}
21
name: Run Test Suite
22
- runs-on: ubuntu-latest
+ runs-on: windows-latest
23
24
steps:
25
- name: Checkout repo and submodules
0 commit comments