diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee8417..22de34a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ on: jobs: test-examples: runs-on: ubuntu-24.04 - container: ubuntu:20.04 + container: ubuntu:24.04 steps: - uses: actions/checkout@v3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec3928b..2c22186 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ test-examples: # A collection of tests for different platforms p:ubuntu-20.04: - image: ubuntu:20.04 + image: ubuntu:24.04 stage: platforms needs: ['test-examples'] script: @@ -59,7 +59,7 @@ p:ubuntu-20.04: - linux p:ubuntu-22.04: - image: ubuntu:22.04 + image: ubuntu:24.04 stage: platforms needs: ['test-examples'] script: