From ec33a7ad74248608b00ed6ee220fe1da509fffb5 Mon Sep 17 00:00:00 2001 From: Adphi Date: Sun, 4 Jun 2023 15:16:45 +0200 Subject: [PATCH] actions: move ubuntu 18 runners to latest Signed-off-by: Adphi --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e127ac9..6edf935 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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