Skip to content

Commit

Permalink
update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kthohr committed Mar 2, 2023
1 parent a630677 commit 4ab7ede
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
cxxstd: "20"
}
- {
name: "ubuntu_latest_clang10_cxx11",
name: "ubuntu_latest_clang11_cxx11",
os: ubuntu-latest,
build_type: "Release",
cc: "clang-10",
cxx: "clang++-10",
cc: "clang-11",
cxx: "clang++-11",
cxxstd: "11"
}
- {
Expand Down

0 comments on commit 4ab7ede

Please sign in to comment.