Skip to content

Commit 4951c38

Browse files
committed
Github Actions has removed ubuntu-18.04
Replace ubuntu-18.04 virtual environment with ubuntu-20.04. Compilation tests for GCC < 7 cannot be done anymore since ubuntu-20.04 environment does not provide such an old compilers.
1 parent 626c0b7 commit 4951c38

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

.github/workflows/build.yml

+6-30
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,19 @@ jobs:
1313
matrix:
1414
config:
1515
# GCC/G++
16-
- os: ubuntu-18.04
17-
CC: gcc
18-
version: "4.8"
19-
type: Debug
20-
- os: ubuntu-18.04
21-
CC: gcc
22-
version: "4.8"
23-
type: Release
24-
- os: ubuntu-18.04
25-
CC: gcc
26-
version: "5"
27-
type: Debug
28-
- os: ubuntu-18.04
29-
CC: gcc
30-
version: "5"
31-
type: Release
32-
- os: ubuntu-18.04
33-
CC: gcc
34-
version: "6"
35-
type: Debug
36-
- os: ubuntu-18.04
37-
CC: gcc
38-
version: "6"
39-
type: Release
40-
- os: ubuntu-18.04
16+
- os: ubuntu-20.04
4117
CC: gcc
4218
version: "7"
4319
type: Debug
44-
- os: ubuntu-18.04
20+
- os: ubuntu-20.04
4521
CC: gcc
4622
version: "7"
4723
type: Release
48-
- os: ubuntu-18.04
24+
- os: ubuntu-20.04
4925
CC: gcc
5026
version: "8"
5127
type: Debug
52-
- os: ubuntu-18.04
28+
- os: ubuntu-20.04
5329
CC: gcc
5430
version: "8"
5531
type: Release
@@ -86,11 +62,11 @@ jobs:
8662
version: "12"
8763
type: Release
8864
# Clang
89-
- os: ubuntu-18.04
65+
- os: ubuntu-20.04
9066
CC: clang
9167
version: "6.0"
9268
type: Debug
93-
- os: ubuntu-18.04
69+
- os: ubuntu-20.04
9470
CC: clang
9571
version: "6.0"
9672
type: Release

0 commit comments

Comments
 (0)