Skip to content

Commit

Permalink
CircleCI: Ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pmer committed Dec 2, 2023
1 parent 5fc381c commit ead9f1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ jobs:
make -j 2
- run: build/units

# Has CMake 3.24, GCC 12, Ninja 1.11
ubuntu_22_10_kinetic:
# Has CMake 3.27, GCC 13, Ninja 1.11
ubuntu_23_10_mantic:
docker:
- image: ubuntu:22.10
- image: ubuntu:23.10
steps:
- run: |
apt-get update &&
Expand Down Expand Up @@ -246,6 +246,6 @@ workflows:
- nix_2_12_0
- rocky_9
- ubuntu_12_04_precise
- ubuntu_22_10_kinetic
- ubuntu_23_10_mantic
- void
- void_musl

0 comments on commit ead9f1d

Please sign in to comment.