Skip to content

Commit b29bb92

Browse files
committed
github/workflows: Use ubuntu 22.04 runner and Fedora 41
1 parent d8c6a21 commit b29bb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rpm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ concurrency:
1818
jobs:
1919
test-rpm-build:
2020
name: "Build (Fedora)"
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-22.04
2222
container:
23-
image: registry.fedoraproject.org/fedora:latest
23+
image: registry.fedoraproject.org/fedora:41
2424
options: --privileged
2525
steps:
2626
# need to install git before checkout to get a git repo

0 commit comments

Comments
 (0)