File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,14 +244,14 @@ jobs:
244
244
run : ./scripts/check_unstaged.sh
245
245
246
246
test-go :
247
- runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || matrix.os == 'windows-2022 ' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
247
+ runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-8-cores' || matrix.os == 'windows-2019 ' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
248
248
timeout-minutes : 20
249
249
strategy :
250
250
matrix :
251
251
os :
252
252
- ubuntu-latest
253
253
- macos-latest
254
- - windows-2022
254
+ - windows-2019
255
255
steps :
256
256
- uses : actions/checkout@v3
257
257
You can’t perform that action at this time.
0 commit comments