actions: move ubuntu 18 runners to latest

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
Adphi 2023-06-04 15:16:45 +02:00
parent 2970af4873
commit ec33a7ad74
Signed by: adphi
GPG Key ID: 46BE4062DB2397FF
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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
@ -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