File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 #
99 # We assume GNU Make is available.
1010 #
11- fedora36_gmake :
11+ fedora38_gmake :
1212 working_directory : ~/universal-ctags
1313 docker :
14- - image : docker.io/fedora:36
14+ - image : docker.io/fedora:38
1515 steps :
1616 - run :
1717 name : Install Git, Gdb and Procps-NG
@@ -39,10 +39,10 @@ jobs:
3939 cd docs
4040 make html
4141
42- fedora36_gmake_roundtrip :
42+ fedora38_gmake_roundtrip :
4343 working_directory : ~/universal-ctags
4444 docker :
45- - image : docker.io/fedora:36
45+ - image : docker.io/fedora:38
4646 steps :
4747 - run :
4848 name : Install Git and Gdb
@@ -132,10 +132,10 @@ jobs:
132132 command : |
133133 MAKE=bmake bmake roundtrip
134134
135- fedora36_distcheck :
135+ fedora38_distcheck :
136136 working_directory : ~/universal-ctags
137137 docker :
138- - image : docker.io/fedora:36
138+ - image : docker.io/fedora:38
139139 steps :
140140 - run :
141141 name : Install Git, Gdb and Procps-NG
@@ -381,13 +381,13 @@ workflows:
381381 jobs :
382382 - ubuntu20_32bit
383383 - fedora30_bmake
384- - fedora36_distcheck
384+ - fedora38_distcheck
385385 - ubi8_make
386- - fedora36_gmake
386+ - fedora38_gmake
387387 - fedora33_cross_aarch64
388388 - centos7_make
389389 - ubuntu20_mingw
390390 - ubi8_make_roundtrip
391391 - fedora30_bmake_roundtrip
392- - fedora36_gmake_roundtrip
392+ - fedora38_gmake_roundtrip
393393 - centos7_make_roundtrip
You can’t perform that action at this time.
0 commit comments