Skip to content

Commit

Permalink
Merge pull request #2100 from joto/use-clang-15-with-cpp20
Browse files Browse the repository at this point in the history
Github action: Use clang 15 for C++20 test
  • Loading branch information
lonvia authored Oct 30, 2023
2 parents bbff9f3 + c7fbcb6 commit 6ceb4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,12 @@ jobs:
- uses: ./.github/actions/ubuntu-prerequisites
- uses: ./.github/actions/build-and-test

ubuntu22-pg16-clang14-cpp20:
ubuntu22-pg16-clang15-cpp20:
runs-on: ubuntu-22.04

env:
CC: clang-14
CXX: clang++-14
CC: clang-15
CXX: clang++-15
LUA_VERSION: 5.3
LUAJIT_OPTION: OFF
POSTGRESQL_VERSION: 16
Expand Down

0 comments on commit 6ceb4f9

Please sign in to comment.