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'