Skip to content

Commit

Permalink
Using older ubuntu for centos 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Jun 28, 2023
1 parent 1d37c7e commit 2a910b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -11,7 +11,7 @@ env:
jobs:
go:
name: Upload release binaries
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@main
Expand Down

0 comments on commit 2a910b2

Please sign in to comment.