.github/workflows/main.yml
CHANGED
|
@@ -8,7 +8,7 @@ on:
|
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
sync-to-hub:
|
| 11 |
-
runs-on:
|
| 12 |
steps:
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|
|
|
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
sync-to-hub:
|
| 11 |
+
runs-on: windows-latest
|
| 12 |
steps:
|
| 13 |
- uses: actions/checkout@v2
|
| 14 |
with:
|