Skip to content

Commit 718bfc5

Browse files
committed
ci: build rpm packages on ubuntu 22.04
On ubuntu-latest (24.04), for some reason it's not possible to use sudo in fedora container running on top of ubuntu 24.04 runner.
1 parent 13cc16c commit 718bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build-rpm-pkgs:
1414
name: Build rpm packages
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
container:
1717
image: fedora:latest
1818
# Required by `mock`:

0 commit comments

Comments
 (0)