From f7b72a14fa205d861897378c0f941eda4d7b4251 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 4 Dec 2024 15:47:51 +0100 Subject: [PATCH] chore: `ubuntu-24.04` will be `ubuntu-latest` soon, so test it --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ea8aa48b27..d820f48b22c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: tests: strategy: matrix: - os: [ ubuntu-latest, macos-13 ] + os: [ ubuntu-24.04, ubuntu-latest, macos-13 ] fail-fast: false runs-on: ${{ matrix.os }} steps: