We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbff9f3 commit c7fbcb6Copy full SHA for c7fbcb6
1 file changed
.github/workflows/ci.yml
@@ -360,12 +360,12 @@ jobs:
360
- uses: ./.github/actions/ubuntu-prerequisites
361
- uses: ./.github/actions/build-and-test
362
363
- ubuntu22-pg16-clang14-cpp20:
+ ubuntu22-pg16-clang15-cpp20:
364
runs-on: ubuntu-22.04
365
366
env:
367
- CC: clang-14
368
- CXX: clang++-14
+ CC: clang-15
+ CXX: clang++-15
369
LUA_VERSION: 5.3
370
LUAJIT_OPTION: OFF
371
POSTGRESQL_VERSION: 16
0 commit comments