Skip to content

Commit ce6255c

Browse files
committed
Github actions: Remove check with Ubuntu 18.04
Because the image is deprecated.
1 parent ad5a7fe commit ce6255c

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,46 +39,46 @@ jobs:
3939
env:
4040
PGHOST: /tmp
4141

42-
ubuntu18-pg96-gcc7-jit:
43-
runs-on: ubuntu-18.04
42+
ubuntu20-pg96-gcc10-jit:
43+
runs-on: ubuntu-20.04
4444

4545
env:
46-
CC: gcc-7
47-
CXX: g++-7
46+
CC: gcc-10
47+
CXX: g++-10
4848
LUA_VERSION: 5.3
4949
LUAJIT_OPTION: ON
5050
POSTGRESQL_VERSION: 9.6
51-
POSTGIS_VERSION: 2.4
51+
POSTGIS_VERSION: 2.5
5252
BUILD_TYPE: Release
5353

5454
steps:
5555
- uses: actions/checkout@v3
5656
- uses: ./.github/actions/ubuntu-prerequisites
5757
- uses: ./.github/actions/build-and-test
5858

59-
ubuntu18-pg96-clang8-jit:
60-
runs-on: ubuntu-18.04
59+
ubuntu20-pg96-clang10-jit:
60+
runs-on: ubuntu-20.04
6161

6262
env:
63-
CC: clang-8
64-
CXX: clang++-8
63+
CC: clang-10
64+
CXX: clang++-10
6565
LUA_VERSION: 5.3
6666
LUAJIT_OPTION: ON
6767
POSTGRESQL_VERSION: 9.6
68-
POSTGIS_VERSION: 2.4
68+
POSTGIS_VERSION: 2.5
6969
BUILD_TYPE: Release
7070

7171
steps:
7272
- uses: actions/checkout@v3
7373
- uses: ./.github/actions/ubuntu-prerequisites
7474
- uses: ./.github/actions/build-and-test
7575

76-
ubuntu18-pg10-gcc9:
77-
runs-on: ubuntu-18.04
76+
ubuntu20-pg10-gcc10:
77+
runs-on: ubuntu-20.04
7878

7979
env:
80-
CC: gcc-9
81-
CXX: g++-9
80+
CC: gcc-10
81+
CXX: g++-10
8282
LUA_VERSION: 5.3
8383
LUAJIT_OPTION: OFF
8484
POSTGRESQL_VERSION: 10
@@ -92,12 +92,12 @@ jobs:
9292
- uses: ./.github/actions/build-and-test
9393

9494

95-
ubuntu18-pg11-clang9:
96-
runs-on: ubuntu-18.04
95+
ubuntu20-pg11-clang10:
96+
runs-on: ubuntu-20.04
9797

9898
env:
99-
CC: clang-9
100-
CXX: clang++-9
99+
CC: clang-10
100+
CXX: clang++-10
101101
LUA_VERSION: 5.3
102102
LUAJIT_OPTION: OFF
103103
POSTGRESQL_VERSION: 11

0 commit comments

Comments
 (0)