Skip to content

Commit

Permalink
actions: move ubuntu 18 runners to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
  • Loading branch information
Adphi committed Jun 4, 2023
1 parent 2970af4 commit ec33a7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:

build-image:
name: Build Docker Image
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

release:
name: Release Binaries
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags/v')
needs:
- tests
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

release-image:
name: Release Docker Image
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: startsWith(github.event.ref, 'refs/tags/v')
needs:
- tests
Expand Down

0 comments on commit ec33a7a

Please sign in to comment.