Skip to content

Commit

Permalink
Try Clang 15
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeretti committed Oct 31, 2023
1 parent 069bd3e commit 07001eb
Showing 1 changed file with 3 additions and 33 deletions.
36 changes: 3 additions & 33 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,10 @@ jobs:
matrix:
config:
- {
name: "macOS 12 AppleClang 14 [Release]",
os: macos-12,
cxx-cmd: "clang++",
pyld: "DY"
}
- {
name: "macOS 11 GCC 12 [Release]",
os: macos-11,
cxx-pkg: "gcc@12",
cxx-cmd: "g++-12"
}
- {
name: "Ubuntu 22.04 Clang 11 [Release]",
os: ubuntu-22.04,
cxx-pkg: "clang-11",
cxx-cmd: "clang++-11"
}
- {
name: "Ubuntu 22.04 Clang 14 [Release]",
os: ubuntu-22.04,
cxx-pkg: "clang-14",
cxx-cmd: "clang++-14"
}
- {
name: "Ubuntu 22.04 GCC 10 [Release]",
os: ubuntu-22.04,
cxx-pkg: "g++-10",
cxx-cmd: "g++-10"
}
- {
name: "Ubuntu 22.04 GCC 12 [Release]",
name: "Ubuntu 22.04 Clang 15 [Release]",
os: ubuntu-22.04,
cxx-pkg: "g++-12",
cxx-cmd: "g++-12"
cxx-pkg: "clang-15",
cxx-cmd: "clang++-15"
}

steps:
Expand Down

0 comments on commit 07001eb

Please sign in to comment.