move windows runners to in-house (#19800)

GitHub CI runners for windows have gotten very slow,
moving them to our own hosted runners
This commit is contained in:
Harshavardhana 2024-05-23 15:29:33 -07:00 committed by GitHub
parent b92ac55250
commit 2e23076688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
go-version: [1.22.x]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, Windows]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
@ -29,7 +29,7 @@ jobs:
go-version: ${{ matrix.go-version }}
check-latest: true
- name: Build on ${{ matrix.os }}
if: matrix.os == 'windows-latest'
if: matrix.os == 'Windows'
env:
CGO_ENABLED: 0
GO111MODULE: on