We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc5f11 commit effd9bcCopy full SHA for effd9bc
.github/workflows/unittest.yml
@@ -13,7 +13,7 @@ on: workflow_dispatch
13
jobs:
14
15
unittest:
16
- runs-on: windows-latest
+ runs-on: ubuntu-latest
17
steps:
18
- name: test_base
19
run: |
0 commit comments