Skip to content

Commit 9a24743

Browse files
committed
circleci: use fedora39
Signed-off-by: Masatake YAMATO <[email protected]>
1 parent 6a6f927 commit 9a24743

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

circle.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
#
99
# We assume GNU Make is available.
1010
#
11-
fedora38_gmake:
11+
fedora39_gmake:
1212
working_directory: ~/universal-ctags
1313
docker:
14-
- image: docker.io/fedora:38
14+
- image: docker.io/fedora:39
1515
steps:
1616
- run:
1717
name: Install Git, Gdb and Procps-NG
@@ -41,10 +41,10 @@ jobs:
4141
cd docs
4242
make html
4343
44-
fedora38_gmake_roundtrip:
44+
fedora39_gmake_roundtrip:
4545
working_directory: ~/universal-ctags
4646
docker:
47-
- image: docker.io/fedora:38
47+
- image: docker.io/fedora:39
4848
steps:
4949
- run:
5050
name: Install Git and Gdb
@@ -133,10 +133,10 @@ jobs:
133133
command: |
134134
MAKE=bmake bmake roundtrip
135135
136-
fedora38_distcheck:
136+
fedora39_distcheck:
137137
working_directory: ~/universal-ctags
138138
docker:
139-
- image: docker.io/fedora:38
139+
- image: docker.io/fedora:39
140140
steps:
141141
- run:
142142
name: Install Git, Gdb and Procps-NG
@@ -383,13 +383,13 @@ workflows:
383383
jobs:
384384
- ubuntu20_32bit
385385
- fedora30_bmake
386-
- fedora38_distcheck
386+
- fedora39_distcheck
387387
- stream9
388388
- ubi8
389-
- fedora38_gmake
389+
- fedora39_gmake
390390
- fedora33_cross_aarch64
391391
- centos7_make
392392
- ubuntu20_mingw
393393
- fedora30_bmake_roundtrip
394-
- fedora38_gmake_roundtrip
394+
- fedora39_gmake_roundtrip
395395
- centos7_make_roundtrip

0 commit comments

Comments
 (0)