We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8c6a21 commit b29bb92Copy full SHA for b29bb92
.github/workflows/rpm.yml
@@ -18,9 +18,9 @@ concurrency:
18
jobs:
19
test-rpm-build:
20
name: "Build (Fedora)"
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
22
container:
23
- image: registry.fedoraproject.org/fedora:latest
+ image: registry.fedoraproject.org/fedora:41
24
options: --privileged
25
steps:
26
# need to install git before checkout to get a git repo
0 commit comments