From ce8b1367f26397d5b7f895f9c6aa36675da7e6cc Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 26 Sep 2024 01:19:54 +0200 Subject: [PATCH] try newer OS version --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bb5531..6d35f40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,10 +5,9 @@ on: [ push, pull_request ] jobs: compare-output: + name: Compare output runs-on: ubuntu-24.04 - name: Compare output - runs-on: ubuntu-latest steps: - uses: actions/checkout@v4