Remove windows-latest CI runs, remove unused build-test-release.yml (#20540)

This commit is contained in:
DrSmugleaf
2023-09-28 15:46:26 -07:00
committed by GitHub
parent 72b1d668d4
commit 90404450d4
3 changed files with 2 additions and 64 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}