From a25d5db3176def03fa9d94ca44db32de867b794e Mon Sep 17 00:00:00 2001 From: Akuli Date: Tue, 14 Jan 2025 20:40:12 +0200 Subject: [PATCH] Try newer ubuntu in github actions --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1c1418fd..c22050f5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,7 +37,7 @@ jobs: test: timeout-minutes: 5 - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest strategy: matrix: llvm-version: [14, 15, 16] @@ -65,7 +65,7 @@ jobs: fi doctest: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest timeout-minutes: 5 steps: - uses: actions/checkout@v3