Skip to content

Commit 2246893

Browse files
committed
1 parent 863cc2e commit 2246893

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515
jobs:
1616
lint:
17-
runs-on: ubuntu-26.04
17+
runs-on: ubuntu-24.04
1818
steps:
1919
- uses: actions/checkout@v6
2020
- uses: actions/setup-python@v6
@@ -38,7 +38,7 @@ jobs:
3838
mypy src/ po/
3939
4040
meson-build-test:
41-
runs-on: ubuntu-26.04
41+
runs-on: ubuntu-24.04
4242
steps:
4343
- uses: actions/checkout@v6
4444
- uses: actions/setup-python@v6
@@ -50,7 +50,7 @@ jobs:
5050
- run: meson test --print-errorlogs -C build
5151

5252
flatpak-build-test:
53-
runs-on: ubuntu-26.04
53+
runs-on: ubuntu-24.04
5454
container:
5555
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
5656
options: --privileged

0 commit comments

Comments
 (0)