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

Commit 5cd6a8b

Browse files
Merge pull request #914 from lukaszstolarczuk/fix-gha-workflow
update Fedora image for doc job
2 parents df53b56 + 757d441 commit 5cd6a8b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/gha.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,17 @@ jobs:
5151
HOST_WORKDIR: /home/runner/work/libpmemobj-cpp/libpmemobj-cpp
5252
WORKDIR: utils/docker
5353
if:
54-
contains( 'refs/heads/master
54+
contains('refs/heads/master
5555
refs/heads/1.11
5656
refs/heads/1.10
5757
refs/heads/1.9
5858
refs/heads/1.8
5959
refs/heads/1.7
6060
refs/heads/1.6
61-
refs/heads/1.5
62-
' , github.ref)
61+
refs/heads/1.5', github.ref)
6362
strategy:
6463
matrix:
65-
CONFIG: ["TYPE=doc OS=fedora OS_VER=31"]
64+
CONFIG: ["TYPE=doc OS=fedora OS_VER=32"]
6665
steps:
6766
- name: Clone the git repo
6867
uses: actions/checkout@v2

0 commit comments

Comments
 (0)