From 7bb9bebdbe8df8f0eec50e325fb44e4077b03910 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 17 Aug 2024 10:28:30 +0100 Subject: [PATCH] Move CI to Ubuntu 24.04 Currently in beta (see https://github.com/actions/runner-images) but should be stable enough for us. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 23dda886..55f65297 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: - - ubuntu-22.04 + - ubuntu-24.04 - windows-2022 python-version: - '3.8' @@ -54,7 +54,7 @@ jobs: coverage: name: Coverage - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: tests steps: - uses: actions/checkout@v4