Skip to content

Commit

Permalink
.github/workflows: pin linux version temporarily
Browse files Browse the repository at this point in the history
Attempt to sidestep packaging skew for the moment.

See tinygo-org#4347
and llvm/llvm-project#99502
  • Loading branch information
dankegel committed Jul 20, 2024
1 parent 2920492 commit 4cb61f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
# Build Linux binaries, ready for release.
# This runs inside an Alpine Linux container so we can more easily create a
# statically linked binary.
runs-on: ubuntu-latest
# ubuntu-latest is having some trouble, so try specific version to unbreak build
runs-on: ubuntu-20.04
container:
image: golang:1.22-alpine
steps:
Expand Down

0 comments on commit 4cb61f6

Please sign in to comment.