We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4bc63 commit 6591d5aCopy full SHA for 6591d5a
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: windows-latest
+ runs-on: ubuntu-latest
23
24
steps:
25
- name: Checkout repo and submodules
0 commit comments