Skip to content

Commit 1e732ad

Browse files
committed
use XL workers, and update the windows runner
1 parent d7763f2 commit 1e732ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
test-linux:
1111
name: Test Linux (Ubuntu)
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-latest-xl
1313
steps:
1414
- name: Set up Go 1.19
1515
uses: actions/setup-go@v3
@@ -55,7 +55,7 @@ jobs:
5555
5656
test-mac:
5757
name: Test MacOS
58-
runs-on: macos-latest
58+
runs-on: macos-latest-xl
5959
steps:
6060
- name: Set up Go 1.19
6161
uses: actions/setup-go@v3
@@ -85,7 +85,7 @@ jobs:
8585
8686
test-win:
8787
name: Test Windows
88-
runs-on: windows-2019
88+
runs-on: windows-latest-xl
8989
steps:
9090
- name: Set up Go 1.19
9191
uses: actions/setup-go@v3

0 commit comments

Comments
 (0)