Skip to content

Commit

Permalink
Use Ubuntu 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Mar 12, 2021
1 parent 75fa4d8 commit c4afa3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
linux-job:
parameters:
# The, optional, Linux OS image to run in.
image: { default: "cimg/base:stable", type: string }
image: { default: "cimg/base:stable-18.04", type: string }
# The, optional, LLVM OS to obtain clang builds for. This needs to
# match the Linux OS image.
llvm_os: { default: "", type: string }
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
workflows:
workflow:
jobs:
# All the GCC's and Clang's available for Ubuntu.
# All the GCC's and Clang's available for Ubuntu Bionic.
- linux-job: { name: 'Linux GCC 9', cxx: g++-9, packages: g++-9 }
- linux-job: { name: 'Linux GCC 8', cxx: g++-8, packages: g++-8 }
- linux-job: { name: 'Linux GCC 7', cxx: g++-7, packages: g++-7 }
Expand Down

0 comments on commit c4afa3a

Please sign in to comment.