From c7393c9c055e17df8e5fef2681535eabcde0b954 Mon Sep 17 00:00:00 2001 From: Mark Prins <1165786+mprins@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:58:47 +0200 Subject: [PATCH] Update linux.yml --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 038a1e38b9..9f671170eb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -32,7 +32,7 @@ jobs: postgis: # t/m november 2024 - 12-3.4-alpine - - 15-3.5-alpine + - 15-3.4-alpine - 16-3.5-alpine - 17-3.5-alpine include: @@ -201,7 +201,7 @@ jobs: name: 'Deploy docker images' if: ${{ github.repository == 'B3Partners/brmo' && github.ref == 'refs/heads/master' && github.event_name == 'push' }} needs: [ build, qacheck ] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read packages: write