We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 863cc2e + 2246893 commit ce364d4Copy full SHA for ce364d4
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
14
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
15
jobs:
16
lint:
17
- runs-on: ubuntu-26.04
+ runs-on: ubuntu-24.04
18
steps:
19
- uses: actions/checkout@v6
20
- uses: actions/setup-python@v6
@@ -38,7 +38,7 @@ jobs:
38
mypy src/ po/
39
40
meson-build-test:
41
42
43
44
@@ -50,7 +50,7 @@ jobs:
50
- run: meson test --print-errorlogs -C build
51
52
flatpak-build-test:
53
54
container:
55
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
56
options: --privileged
0 commit comments