Skip to content

Commit 89f0f68

Browse files
committed
CI: Upgrade all jobs to Ubuntu 24.04
1 parent a842981 commit 89f0f68

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-project.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
obs-deps-bst:
2222
name: Pre-build obs-deps.bst
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
outputs:
2525
cache-key: ${{ steps.cache-restore.outputs.cache-primary-key }}
2626
steps:
@@ -91,7 +91,7 @@ jobs:
9191
fi
9292
9393
flatpak-modules:
94-
runs-on: ubuntu-22.04
94+
runs-on: ubuntu-24.04
9595
needs: obs-deps-bst
9696
strategy:
9797
matrix:

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
pre-checks:
1414
name: Pre-Checks
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
outputs:
1717
seeking_testers: ${{ steps.labels.outputs.seeking_testers }}
1818
steps:

.github/workflows/tag-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
make-release:
2121
name: Create and Upload Release
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
needs: build-project
2424
steps:
2525
- name: Download Build Artifacts

0 commit comments

Comments
 (0)