Skip to content

Commit 032f812

Browse files
committed
Use Ubuntu 24.04 as the GH runner
The "latest" label currently points to 24.04 but let's stick to a specific version here, rather than risking unexpected breakage in the future. This is also what we use in the main rpm repo's workflow.
1 parent afdc0be commit 032f812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
# Build job
2626
build:
27-
runs-on: ubuntu-latest
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)