mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
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:
parent
b92ac55250
commit
2e23076688
4
.github/workflows/go-lint.yml
vendored
4
.github/workflows/go-lint.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user