Skip to content

Commit e8840f7

Browse files
committed
chore: Try running build on self-hosted ubuntu 20.04
1 parent 8fcd562 commit e8840f7

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-large
14+
- os: [self-hosted, global-pool, ubuntu]
1515
RUNNER_OS: linux
1616
- os: macos-14-large
1717
RUNNER_OS: darwin
1818
- os: windows-2019
1919
RUNNER_OS: windows
2020
goarch: [amd64, arm64]
21-
os: [ubuntu-20.04-large, macos-14-large, windows-2019]
21+
os: [[self-hosted, global-pool, ubuntu], macos-14-large, windows-2019]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)