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 8
8
#
9
9
# We assume GNU Make is available.
10
10
#
11
- fedora38_gmake :
11
+ fedora39_gmake :
12
12
working_directory : ~/universal-ctags
13
13
docker :
14
- - image : docker.io/fedora:38
14
+ - image : docker.io/fedora:39
15
15
steps :
16
16
- run :
17
17
name : Install Git, Gdb and Procps-NG
@@ -41,10 +41,10 @@ jobs:
41
41
cd docs
42
42
make html
43
43
44
- fedora38_gmake_roundtrip :
44
+ fedora39_gmake_roundtrip :
45
45
working_directory : ~/universal-ctags
46
46
docker :
47
- - image : docker.io/fedora:38
47
+ - image : docker.io/fedora:39
48
48
steps :
49
49
- run :
50
50
name : Install Git and Gdb
@@ -133,10 +133,10 @@ jobs:
133
133
command : |
134
134
MAKE=bmake bmake roundtrip
135
135
136
- fedora38_distcheck :
136
+ fedora39_distcheck :
137
137
working_directory : ~/universal-ctags
138
138
docker :
139
- - image : docker.io/fedora:38
139
+ - image : docker.io/fedora:39
140
140
steps :
141
141
- run :
142
142
name : Install Git, Gdb and Procps-NG
@@ -383,13 +383,13 @@ workflows:
383
383
jobs :
384
384
- ubuntu20_32bit
385
385
- fedora30_bmake
386
- - fedora38_distcheck
386
+ - fedora39_distcheck
387
387
- stream9
388
388
- ubi8
389
- - fedora38_gmake
389
+ - fedora39_gmake
390
390
- fedora33_cross_aarch64
391
391
- centos7_make
392
392
- ubuntu20_mingw
393
393
- fedora30_bmake_roundtrip
394
- - fedora38_gmake_roundtrip
394
+ - fedora39_gmake_roundtrip
395
395
- centos7_make_roundtrip
You can’t perform that action at this time.
0 commit comments