Skip to content

Commit

Permalink
Add gcc-13, macos-12, macos-13 to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 20, 2023
1 parent e1832b7 commit ca03faa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ jobs:
os: ubuntu-22.04
install:
- g++-12
- toolset: gcc-13
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu,23-gnu"
os: ubuntu-latest
container: ubuntu:23.04
install:
- g++-13
- name: UBSAN
toolset: gcc-11
cxxstd: "11-gnu,14-gnu,17-gnu,20-gnu"
Expand Down Expand Up @@ -286,6 +292,12 @@ jobs:
- toolset: clang
cxxstd: "11,14,17,2a"
os: macos-11
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-12
- toolset: clang
cxxstd: "11,14,17,20,2b"
os: macos-13

- name: CMake tests
cmake_tests: 1
Expand Down

0 comments on commit ca03faa

Please sign in to comment.