Skip to content

Commit

Permalink
Update linux GHA build runner to 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
kpjensen committed May 26, 2023
1 parent 2a3ef57 commit c1828b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
asset_content_type: binary/octet-stream
linux:
name: Linux build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
GOOS: linux
GOARCH: amd64
Expand Down

0 comments on commit c1828b5

Please sign in to comment.