We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7763f2 commit 1e732adCopy full SHA for 1e732ad
.github/workflows/go-tests.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
test-linux:
11
name: Test Linux (Ubuntu)
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest-xl
13
steps:
14
- name: Set up Go 1.19
15
uses: actions/setup-go@v3
@@ -55,7 +55,7 @@ jobs:
55
56
test-mac:
57
name: Test MacOS
58
- runs-on: macos-latest
+ runs-on: macos-latest-xl
59
60
61
@@ -85,7 +85,7 @@ jobs:
85
86
test-win:
87
name: Test Windows
88
- runs-on: windows-2019
+ runs-on: windows-latest-xl
89
90
91
0 commit comments