From eb9e72498313371981d8cc0931d30a61d1cbd8af Mon Sep 17 00:00:00 2001 From: Nikolaos Papaspyrou Date: Thu, 18 Jun 2026 19:15:07 +0200 Subject: [PATCH] Upgrade CI runner to ubuntu-latest --- .github/workflows/auto-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 7eaf5b4..1c39136 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -6,7 +6,7 @@ on: jobs: main: name: Build, Validate and Deploy - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest permissions: contents: write steps: