Skip to content

Commit 278e6d9

Browse files
authored
Merge pull request #51 from adamreese/ubuntu-22.04-builds
Use Ubuntu-22.04 to build precompiled releases
2 parents 3af77b8 + 7012a73 commit 278e6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
include:
2222
# Linux x86_64
2323
- target: x86_64-unknown-linux-gnu
24-
os: ubuntu-latest
24+
os: ubuntu-22.04
2525
artifact_name: componentize-go
2626
asset_name: componentize-go-linux-amd64
2727
# Linux aarch64
2828
- target: aarch64-unknown-linux-gnu
29-
os: ubuntu-latest
29+
os: ubuntu-22.04
3030
artifact_name: componentize-go
3131
asset_name: componentize-go-linux-arm64
3232
# macOS x86_64

0 commit comments

Comments
 (0)