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