Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianKramm authored Feb 21, 2023
1 parent 7798803 commit 1b6a64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v1
Expand All @@ -25,7 +25,7 @@ jobs:
run: ./hack/test.sh
release:
if: startsWith(github.ref, 'refs/tags/v') == true
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1b6a64b

Please sign in to comment.