Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit b2a909a

Browse files
CI: use Fedora 34 instead of 32, since 32 is EOL now
as long as it's working it can run in nightly build.
1 parent fc0dde5 commit b2a909a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/gha.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
WORKDIR: utils/docker
3030
strategy:
3131
matrix:
32-
CONFIG: ["TYPE=debug OS=fedora OS_VER=32 PUSH_IMAGE=1",
32+
CONFIG: ["TYPE=debug OS=fedora OS_VER=34 PUSH_IMAGE=1",
3333
"TYPE=debug OS=ubuntu OS_VER=20.04 PUSH_IMAGE=1 CHECK_CPP_STYLE=1",
3434
"TYPE=debug OS=ubuntu OS_VER=20.04 COVERAGE=1",
35-
"TYPE=release OS=fedora OS_VER=32",
35+
"TYPE=release OS=fedora OS_VER=34",
3636
"TYPE=release OS=ubuntu OS_VER=20.04",
3737
"TYPE=valgrind OS=ubuntu OS_VER=20.04 TESTS_VALGRIND_UNWIND=0",
3838
"TYPE=memcheck_drd OS=ubuntu OS_VER=20.04 TESTS_VALGRIND_UNWIND=0",
39-
"TYPE=package OS=fedora OS_VER=32",
39+
"TYPE=package OS=fedora OS_VER=34",
4040
"TYPE=package OS=ubuntu OS_VER=20.04"]
4141
steps:
4242
- name: Get release version
@@ -88,7 +88,7 @@ jobs:
8888
github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/stable-')
8989
strategy:
9090
matrix:
91-
CONFIG: ["TYPE=doc OS=fedora OS_VER=32"]
91+
CONFIG: ["TYPE=doc OS=fedora OS_VER=34"]
9292
steps:
9393
- name: Set image version for stable branch
9494
# doc update happens only on stable branch (not on PR), so we check only for heads ref

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
"OS=debian OS_VER=testing",
3434
"OS=debian OS_VER=unstable",
3535
"OS=debian OS_VER=latest",
36+
"OS=fedora OS_VER=32",
3637
"OS=fedora OS_VER=33",
37-
"OS=fedora OS_VER=34",
3838
"OS=fedora OS_VER=rawhide TESTS_PMREORDER=0",
3939
"OS=opensuse-leap OS_VER=latest",
4040
"OS=opensuse-tumbleweed OS_VER=latest",

0 commit comments

Comments
 (0)