Skip to content

Commit 542833d

Browse files
committed
Add Ubuntu 24.04 build to CI
1 parent 8d7aa83 commit 542833d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,24 @@ jobs:
374374
- uses: ./.github/actions/ubuntu-prerequisites
375375
- uses: ./.github/actions/build-and-test
376376

377+
ubuntu24-pg16-gcc14:
378+
runs-on: ubuntu-24.04
379+
380+
env:
381+
CC: gcc-14
382+
CXX: g++-14
383+
LUA_VERSION: 5.4
384+
LUAJIT_OPTION: OFF
385+
POSTGRESQL_VERSION: 16
386+
POSTGIS_VERSION: 3
387+
BUILD_TYPE: Debug
388+
PSYCOPG: 3
389+
390+
steps:
391+
- uses: actions/checkout@v4
392+
- uses: ./.github/actions/ubuntu-prerequisites
393+
- uses: ./.github/actions/build-and-test
394+
377395
windows:
378396
strategy:
379397
fail-fast: false

0 commit comments

Comments
 (0)