Skip to content

Commit

Permalink
ghactions: Build on ubuntu 20.04
Browse files Browse the repository at this point in the history
We use the binaries built on github actions for releases, and binaries
built on newer ubuntus/libc may not work on older ubuntus:
#256

This commit switches from an ubuntu-latest image to ubuntu-20.04

Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Aug 21, 2023
1 parent db10306 commit 428c400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 428c400

Please sign in to comment.