Skip to content

Commit 9982f10

Browse files
committed
semaphore: stop testing on GCC 5 & 6, clang 3.9 & 4 due to forced upgrade to Ubuntu 20.04
1 parent df3e930 commit 9982f10

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.semaphore/semaphore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
agent:
44
machine:
55
type: e1-standard-2
6-
os_image: ubuntu1804
6+
os_image: ubuntu2004
77
blocks:
88
- name: CI
99
skip:
@@ -13,7 +13,7 @@ blocks:
1313
- name: GCC
1414
matrix:
1515
- env_var: GCC_VERSION
16-
values: ['8', '7', '6', '5']
16+
values: ['8', '7']
1717
commands:
1818
- cat /proc/cpuinfo
1919
- checkout
@@ -35,7 +35,7 @@ blocks:
3535
- name: clang
3636
matrix:
3737
- env_var: CLANG_VERSION
38-
values: ['10', '8', '6.0', '4.0', '3.9']
38+
values: ['10', '8', '6.0']
3939
commands:
4040
- cat /proc/cpuinfo
4141
- checkout

0 commit comments

Comments
 (0)