Skip to content

Commit

Permalink
Bump compilers for X3 to Clang 18 and GCC 13
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Aug 12, 2024
1 parent 4dc63a7 commit 5d7aa47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@ jobs:
include:
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages: "clang-18 libc++-18-dev libc++abi-18-dev libunwind-18-dev jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "clang-14"
cxx: "clang-18"
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
llvm_ver: "18"
std: "17"
job: "test/x3"
travis_compiler: "clang-14"
travis_compiler: "clang-18"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages: "g++-13 jq ccache"
packages_to_remove: ""
os: "ubuntu-22.04"
cxx: "gcc-11"
cxx: "gcc-13"
sources: ""
llvm_os: ""
llvm_ver: ""
std: "17"
job: "test/x3"
travis_compiler: "gcc-11"
travis_compiler: "gcc-13"
- name: "STD=11 JOB=test/qi"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
Expand Down

0 comments on commit 5d7aa47

Please sign in to comment.