| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 788e77c commit 79e2ab2
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,11 +26,7 @@ env: | |||
| 26 | 26 | jobs: | |
| 27 | 27 | build-windows: | |
| 28 | 28 | if: github.event.pull_request.draft == false | |
| 29 | - strategy: | ||
| 30 | - matrix: | ||
| 31 | - windows: [windows-2019, windows-2022] | ||
| 32 | - fail-fast: false | ||
| 33 | - runs-on: ${{ matrix.windows }} | ||
| 29 | + runs-on: windows-2019 | ||
| 34 | 30 | steps: | |
| 35 | 31 | - uses: actions/checkout@v2 | |
| 36 | 32 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ env: | |||
| 31 | 31 | jobs: | |
| 32 | 32 | coverage-windows: | |
| 33 | 33 | if: github.event.pull_request.draft == false | |
| 34 | - runs-on: windows-latest | ||
| 34 | + runs-on: windows-2019 | ||
| 35 | 35 | steps: | |
| 36 | 36 | - uses: actions/checkout@v2 | |
| 37 | 37 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments