From 104e896531998f3369cf0a5b4a31c04fdb9a0488 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 5 Apr 2024 09:27:33 +0200 Subject: [PATCH] #4278 Update cd.yml bump ubuntu version --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6211ac53ae..823780ccf2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,7 +16,7 @@ jobs: - run: echo ok go build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: activate steps: - uses: actions/checkout@v2 @@ -80,7 +80,7 @@ jobs: path: build/assets/Ifc* deliver: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: build name: Docker Build, Tag, Push