From 9a3e507428ecbc4d22c32caf2047c029e2a80325 Mon Sep 17 00:00:00 2001 From: plowsof <77655812+plowsof@users.noreply.github.com> Date: Tue, 22 Jul 2025 11:06:20 +0100 Subject: [PATCH] ci: bump ubuntu runner --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49e1f01..e4f3708 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ on: jobs: GetTag: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 outputs: output1: ${{ steps.tag.outputs.thetag }} output2: ${{ steps.tag.outputs.theid }} @@ -67,7 +67,7 @@ jobs: echo "\`\`\`" >> $GITHUB_STEP_SUMMARY MakeExeWINE: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: GetTag steps: - uses: actions/checkout@v4