Skip to content

Commit 1d656ef

Browse files
author
Pavel Siska
committed
CI: Copr-release - change default container from ol8 to ol9
1 parent 8a22426 commit 1d656ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-package-on-copr:
1010
runs-on: ubuntu-latest
11-
container: oraclelinux:8
11+
container: oraclelinux:9
1212
steps:
1313
- name: Install git
1414
run: dnf install -y git
@@ -25,7 +25,7 @@ jobs:
2525
run: git config --system --add safe.directory $PWD
2626
- name: make rpm
2727
run: |
28-
cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
28+
cmake -B build -DTELEMETRY_PACKAGE_BUILDER=ON
2929
make rpm
3030
- name: Create copr config
3131
run: |

0 commit comments

Comments
 (0)