Skip to content

Commit 2cbb6af

Browse files
committed
.github/workflows: pin linux version temporarily
Attempt to sidestep packaging skew for the moment. See #4347 and llvm/llvm-project#99502 This PR will probably be moot by the time it's reviewed :-)
1 parent 2920492 commit 2cbb6af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
# Build Linux binaries, ready for release.
1717
# This runs inside an Alpine Linux container so we can more easily create a
1818
# statically linked binary.
19-
runs-on: ubuntu-latest
19+
# ubuntu-latest is having some trouble, so try specific version to unbreak build
20+
runs-on: ubuntu-24.04
2021
container:
2122
image: golang:1.22-alpine
2223
steps:

0 commit comments

Comments
 (0)