From febf380c573543a1fb6ff89bcf8fa88602ce3704 Mon Sep 17 00:00:00 2001 From: Halvor Holsten Strand Date: Sat, 28 Oct 2023 20:19:18 +0200 Subject: [PATCH] Updated to latest Ubuntu LTS while keeping setup-python to stay put on Python 3.8. --- .github/workflows/automatic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index 262f3c6..d6f04cb 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -15,7 +15,7 @@ on: jobs: release: name: Release - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout repository uses: actions/checkout@v4