Skip to content

Commit 399d4dc

Browse files
authored
chore: Upgrade to using the self-hosted ubuntu-20.04-large runners (#21)
- Ubuntu 20.04 runners have been discontinued actions/runner-images#11101
1 parent dcec82e commit 399d4dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- os: ubuntu-20.04
14+
- os: ubuntu-20.04-large
1515
RUNNER_OS: linux
1616
- os: macos-11
1717
RUNNER_OS: darwin
1818
- os: windows-2019
1919
RUNNER_OS: windows
2020
goarch: [amd64, arm64]
21-
os: [ubuntu-20.04, macos-11, windows-2019]
21+
os: [ubuntu-20.04-large, macos-11, windows-2019]
2222
steps:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)