Skip to content

Commit

Permalink
[] Fix ubuntu version (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Frédéric Gaudet <[email protected]>
  • Loading branch information
frgaudet authored Sep 1, 2023
1 parent 2f5e987 commit 7f66ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defaults:
jobs:
build:
name: Golang
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
jobs:
depoy:
name: Goreleaser
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 7f66ca4

Please sign in to comment.