diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76c644b..57167bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: release-package: name: "Release package" - runs-on: "ubuntu-22.04" + runs-on: "ubuntu-24.04" needs: ["ci"] env: PYTHON_VERSION: "3.11"