From 81420faeff57bd7b8b7325f7a07c78f3153ae86d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 17 Aug 2024 11:35:56 +0100 Subject: [PATCH] Move CI to Ubuntu 24.04 (#592) Currently in beta (see https://github.com/actions/runner-images) but should be stable enough for us. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5310cf6..4a0e026 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ concurrency: jobs: tests: name: Python ${{ matrix.python-version }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: