Skip to content

Commit cc26736

Browse files
authored
Update build.yml
24.04 failing due to glibc version not available. Falling back to 22.04 for testing
1 parent 169ef4d commit cc26736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
needs:
7272
- get-go-version
7373
- get-product-version
74-
runs-on: ubuntu-24.04 # the GLIBC is too high on 22.04
74+
runs-on: ubuntu-22.04 # the GLIBC is too high on 22.04
7575
strategy:
7676
matrix:
7777
include:

0 commit comments

Comments
 (0)