| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d43b555 commit 0095182
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,11 +18,7 @@ env: | |||
| 18 | 18 | jobs: | |
| 19 | 19 | build-windows: | |
| 20 | 20 | if: github.event.pull_request.draft == false | |
| 21 | - strategy: | ||
| 22 | - matrix: | ||
| 23 | - windows: [windows-2019, windows-2022] | ||
| 24 | - fail-fast: false | ||
| 25 | - runs-on: ${{ matrix.windows }} | ||
| 21 | + runs-on: windows-latest | ||
| 26 | 22 | steps: | |
| 27 | 23 | - uses: actions/checkout@v2 | |
| 28 | 24 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments