From 61724bdb990dd4f0047b604812934e09c214b2c3 Mon Sep 17 00:00:00 2001 From: scivision Date: Wed, 5 Jun 2024 10:27:55 -0400 Subject: [PATCH] ci: need Ubuntu 24.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 421beaf..a75f658 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: strategy: matrix: python-version: ['3.9', '3.10', '3.11', '3.12'] - os: [ubuntu-latest] + os: [ubuntu-24.04] include: - os: macos-latest python-version: '3.12'