diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e5576b..b7b5f0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,9 @@ jobs: - target: ubuntu-23.10 distro: ubuntu version: "23.10" + - target: ubuntu-24.04 + distro: ubuntu + version: "24.04" - target: debian-bullseye distro: debian version: bullseye @@ -169,6 +172,7 @@ jobs: include: - version: "38" - version: "39" + - version: "40" steps: - name: Checkout uses: actions/checkout@v4