Skip to content

Commit

Permalink
switch to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
skpratt committed Jun 8, 2023
1 parent fc54af4 commit 1eda678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

build:
needs: [get-go-version, get-product-version]
runs-on: ubuntu-latest
runs-on: ubuntu-20.04 # the GLIBC is too high on 22.04
strategy:
matrix:
include:
Expand Down

0 comments on commit 1eda678

Please sign in to comment.