Skip to content

Commit

Permalink
Merge pull request #3878 from masatake/circleci--fc39
Browse files Browse the repository at this point in the history
circleci: use fedora39
  • Loading branch information
masatake authored Dec 13, 2023
2 parents 74058f9 + 9a24743 commit aa9e264
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
#
# We assume GNU Make is available.
#
fedora38_gmake:
fedora39_gmake:
working_directory: ~/universal-ctags
docker:
- image: docker.io/fedora:38
- image: docker.io/fedora:39
steps:
- run:
name: Install Git, Gdb and Procps-NG
Expand Down Expand Up @@ -41,10 +41,10 @@ jobs:
cd docs
make html
fedora38_gmake_roundtrip:
fedora39_gmake_roundtrip:
working_directory: ~/universal-ctags
docker:
- image: docker.io/fedora:38
- image: docker.io/fedora:39
steps:
- run:
name: Install Git and Gdb
Expand Down Expand Up @@ -133,10 +133,10 @@ jobs:
command: |
MAKE=bmake bmake roundtrip
fedora38_distcheck:
fedora39_distcheck:
working_directory: ~/universal-ctags
docker:
- image: docker.io/fedora:38
- image: docker.io/fedora:39
steps:
- run:
name: Install Git, Gdb and Procps-NG
Expand Down Expand Up @@ -383,13 +383,13 @@ workflows:
jobs:
- ubuntu20_32bit
- fedora30_bmake
- fedora38_distcheck
- fedora39_distcheck
- stream9
- ubi8
- fedora38_gmake
- fedora39_gmake
- fedora33_cross_aarch64
- centos7_make
- ubuntu20_mingw
- fedora30_bmake_roundtrip
- fedora38_gmake_roundtrip
- fedora39_gmake_roundtrip
- centos7_make_roundtrip

0 comments on commit aa9e264

Please sign in to comment.