Skip to content

Commit

Permalink
Bump X3 STD to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel authored Aug 11, 2024
1 parent 43112c3 commit 4dc63a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
include:
- name: "STD=14 JOB=test/x3"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "clang-14 libc++-14-dev libc++abi-14-dev libunwind-14-dev jq ccache"
packages_to_remove: ""
Expand All @@ -26,10 +26,10 @@ jobs:
sources: ""
llvm_os: "jammy"
llvm_ver: "14"
std: "14"
std: "17"
job: "test/x3"
travis_compiler: "clang-14"
- name: "STD=14 JOB=test/x3"
- name: "STD=17 JOB=test/x3"
buildtype: "boost"
packages: "g++-11 jq ccache"
packages_to_remove: ""
Expand All @@ -38,7 +38,7 @@ jobs:
sources: ""
llvm_os: ""
llvm_ver: ""
std: "14"
std: "17"
job: "test/x3"
travis_compiler: "gcc-11"
- name: "STD=11 JOB=test/qi"
Expand Down

0 comments on commit 4dc63a7

Please sign in to comment.