Skip to content

Commit

Permalink
Github action: Use clang 15 for C++20 test
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Oct 30, 2023
1 parent bbff9f3 commit c7fbcb6
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 c7fbcb6

Please sign in to comment.