We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf78fd6 commit 7325d6cCopy full SHA for 7325d6c
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
mypy src/ po/
39
40
meson-build-test:
41
- runs-on: ubuntu-latest
42
- container:
43
- # Use Ubuntu 23.04 in order to have appstreamcli v0.16 instead of 0.15.
44
- image: ubuntu:23.04
+ runs-on: ubuntu-24.04
+ # container:
+ # # Use Ubuntu 23.04 in order to have appstreamcli v0.16 instead of 0.15.
+ # image: ubuntu:23.04
45
steps:
46
- uses: actions/checkout@v4
47
- uses: actions/setup-python@v5
0 commit comments