Skip to content

Commit

Permalink
ci: Update ubuntu runner clang to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Dec 31, 2023
1 parent ad98369 commit fb0185a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ jobs:
},
{
name: "Ubuntu Clang TLS",
cxx: "clang++",
cc: "clang",
packages: "libssl-dev",
cxx: "clang++-15",
cc: "clang-15",
packages: "libssl-dev clang-15",
tls: ON,
os: ubuntu-latest,
},
{
name: "Ubuntu Clang",
cxx: "clang++",
cc: "clang",
packages: "",
cxx: "clang++-15",
cc: "clang-15",
packages: "clang-15",
tls: OFF,
os: ubuntu-latest,
},
Expand Down

0 comments on commit fb0185a

Please sign in to comment.