Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Jul 7, 2024
1 parent 37233f1 commit 06ec673
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ jobs:
- { os: ubuntu-20.04, cc: gcc-8, cxx: g++-8 }
- { os: ubuntu-20.04, cc: gcc-9, cxx: g++-9 }
- { os: ubuntu-20.04, cc: gcc-10, cxx: g++-10 }
- { os: ubuntu-20.04, cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-latest, cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-latest, cc: gcc-12, cxx: g++-12 }
- { os: ubuntu-latest, cc: gcc-13, cxx: g++-13 }
- { os: ubuntu-24.04, cc: gcc-13, cxx: g++-13 }
- { os: ubuntu-20.04, cc: clang-8, cxx: clang++-8 }
- { os: ubuntu-20.04, cc: clang-9, cxx: clang++-9 }
- { os: ubuntu-20.04, cc: clang-10, cxx: clang++-10 }
Expand Down Expand Up @@ -229,10 +229,8 @@ jobs:

strategy:
matrix:
toolset: [default, v141, v142, clang-cl]
toolset: [default, v142, clang-cl]
include:
- toolset: v141
toolset_option: -T"v141"
- toolset: v142
toolset_option: -T"v142"
- toolset: clang-cl
Expand Down Expand Up @@ -532,9 +530,9 @@ jobs:
target:
- { os: ubuntu-20.04, cc: gcc-9, cxx: g++-9 }
- { os: ubuntu-20.04, cc: gcc-10, cxx: g++-10 }
- { os: ubuntu-20.04, cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-22.04, cc: gcc-11, cxx: g++-11 }
- { os: ubuntu-latest, cc: gcc-12, cxx: g++-12 }
- { os: ubuntu-latest, cc: gcc-13, cxx: g++-13 }
- { os: ubuntu-24.04, cc: gcc-13, cxx: g++-13 }
- { os: ubuntu-20.04, cc: clang-8, cxx: clang++-8 }
- { os: ubuntu-20.04, cc: clang-9, cxx: clang++-9 }
- { os: ubuntu-20.04, cc: clang-10, cxx: clang++-10 }
Expand Down

0 comments on commit 06ec673

Please sign in to comment.