Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jun 17, 2024
1 parent 12a390e commit 56e4aca
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,18 @@ jobs:
os: ubuntu-20.04
install: g++-10
- toolset: gcc-11
os: ubuntu-20.04
install: g++-11
os: ubuntu-22.04
- toolset: gcc-12
os: ubuntu-22.04
install: g++-12
- toolset: gcc-13
container: ubuntu:23.04
os: ubuntu-latest
install: g++-13
- toolset: gcc-14
container: ubuntu:24.04
os: ubuntu-latest
install: g++-14
- toolset: clang
compiler: clang++-3.9
container: ubuntu:18.04
Expand Down Expand Up @@ -117,11 +120,16 @@ jobs:
os: ubuntu-latest
install: clang-17
- toolset: clang
os: macos-11
compiler: clang++-18
container: ubuntu:24.04
os: ubuntu-latest
install: clang-18
- toolset: clang
os: macos-12
- toolset: clang
os: macos-13
- toolset: clang
os: macos-14

runs-on: ${{matrix.os}}
container: ${{matrix.container}}
Expand Down

0 comments on commit 56e4aca

Please sign in to comment.