Skip to content

Commit

Permalink
ci: fix integration workflow
Browse files Browse the repository at this point in the history
The `ubuntu-20.04 (focal)` image is no longer supported, so the build
using this image returns the following error:

| This is a scheduled Ubuntu 20.04 brownout. Ubuntu 20.04 LTS runner
| will be removed on 2025-04-01.

See [1] for the details.

This patch bumps the used version to the next one: ubuntu-22.04
(jammy).

NO_CHANGELOG=ci
NO_DOC=ci
NO_TEST=ci

[1]: actions/runner-images#11101
  • Loading branch information
Buristan committed Mar 4, 2025
1 parent 6054c73 commit 3226bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
with:
ref: ${{ inputs.submodule && 'master' || github.ref }}
os: ubuntu
dist: focal
dist: jammy
submodule: ${{ inputs.submodule }}
revision: ${{ inputs.revision }}

0 comments on commit 3226bc8

Please sign in to comment.