Skip to content

Commit ce364d4

Browse files
authored
Merge pull request #263 from MightyCreak/fix/cicd2
fix(cicd): revert back to ubuntu 24.04
2 parents 863cc2e + 2246893 commit ce364d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)