diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 0712bd8..6e63a6f 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -45,6 +45,9 @@ jobs: - name: "Ubuntu 22.04 Py 3.10" distro_image: "ubuntu:22.04" extra_flags: "" + - name: "Ubuntu 24.04 Py 3.12" + distro_image: "ubuntu:24.04" + extra_flags: "" - name: "Ubuntu 22.04, Py 3.10, from main" distro_image: "ubuntu:22.04" extra_flags: --upgrade-from=main