From 23e20949b4406bd127c443f9bbce68e4ebdedd6e Mon Sep 17 00:00:00 2001 From: Marcel Kalai Date: Thu, 7 Nov 2024 23:15:23 +0100 Subject: [PATCH] getting latest ubuntu back --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf4d17..a6621dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: needs: [ build ] # used for testing, DO NOT MERGE! # if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master') - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Checkout current branch (full) uses: actions/checkout@v4