| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,11 @@ env: | |||
| 30 | 30 | jobs: | |
| 31 | 31 | build-windows: | |
| 32 | 32 | if: github.event.pull_request.draft == false | |
| 33 | - runs-on: windows-2019 | ||
| 33 | + strategy: | ||
| 34 | + matrix: | ||
| 35 | + windows: [windows-2019] | ||
| 36 | + fail-fast: false | ||
| 37 | + runs-on: ${{ matrix.windows }} | ||
| 34 | 38 | steps: | |
| 35 | 39 | - uses: actions/checkout@v3 | |
| 36 | 40 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments