File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ jobs:
235
235
run : ./scripts/check_unstaged.sh
236
236
237
237
test-go :
238
- runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2019 ' && github.repository_owner == 'coder' && 'windows-latest-8 -cores' || matrix.os }}
238
+ runs-on : ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-4vcpu-ubuntu-2204' || matrix.os == 'macos-latest' && github.repository_owner == 'coder' && 'macos-latest-xl' || matrix.os == 'windows-2022 ' && github.repository_owner == 'coder' && 'windows-latest-16 -cores' || matrix.os }}
239
239
needs : changes
240
240
if : needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
241
241
timeout-minutes : 20
@@ -245,7 +245,7 @@ jobs:
245
245
os :
246
246
- ubuntu-latest
247
247
- macos-latest
248
- - windows-2019
248
+ - windows-2022
249
249
steps :
250
250
- name : Checkout
251
251
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments