Skip to content

Commit

Permalink
Update CI containers
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Sep 26, 2023
1 parent fb9976f commit d4932b2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
matrix:
job:
# Linux
- { os: ubuntu-20.04, compiler: "g++", cpp_standard: "11", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "g++", cpp_standard: "14", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "g++", cpp_standard: "17", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "g++", cpp_standard: "17", build_type: "RelWithDebInfo" }
- { os: ubuntu-20.04, compiler: "clang++", cpp_standard: "11", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "clang++", cpp_standard: "14", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "clang++", cpp_standard: "17", build_type: "Debug" }
- { os: ubuntu-20.04, compiler: "clang++", cpp_standard: "17", build_type: "RelWithDebInfo" }
- { os: ubuntu-22.04, compiler: "g++", cpp_standard: "11", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "g++", cpp_standard: "14", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "g++", cpp_standard: "17", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "g++", cpp_standard: "17", build_type: "RelWithDebInfo" }
- { os: ubuntu-22.04, compiler: "clang++", cpp_standard: "11", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "clang++", cpp_standard: "14", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "clang++", cpp_standard: "17", build_type: "Debug" }
- { os: ubuntu-22.04, compiler: "clang++", cpp_standard: "17", build_type: "RelWithDebInfo" }
# MacOS
- { os: macos-latest, compiler: "clang++", cpp_standard: "17", build_type: "Debug" }
# Windows
Expand Down

0 comments on commit d4932b2

Please sign in to comment.