Skip to content

Commit 7325d6c

Browse files
committed
chore(cicd): use Ubuntu 24.04
1 parent bf78fd6 commit 7325d6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
mypy src/ po/
3939
4040
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
41+
runs-on: ubuntu-24.04
42+
# container:
43+
# # Use Ubuntu 23.04 in order to have appstreamcli v0.16 instead of 0.15.
44+
# image: ubuntu:23.04
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)