Skip to content

Commit

Permalink
semaphore: stop testing on GCC 5 & 6, clang 3.9 & 4 due to forced upg…
Browse files Browse the repository at this point in the history
…rade to Ubuntu 20.04
  • Loading branch information
mr-c committed Mar 20, 2024
1 parent df3e930 commit 9982f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
os_image: ubuntu2004
blocks:
- name: CI
skip:
Expand All @@ -13,7 +13,7 @@ blocks:
- name: GCC
matrix:
- env_var: GCC_VERSION
values: ['8', '7', '6', '5']
values: ['8', '7']
commands:
- cat /proc/cpuinfo
- checkout
Expand All @@ -35,7 +35,7 @@ blocks:
- name: clang
matrix:
- env_var: CLANG_VERSION
values: ['10', '8', '6.0', '4.0', '3.9']
values: ['10', '8', '6.0']
commands:
- cat /proc/cpuinfo
- checkout
Expand Down

0 comments on commit 9982f10

Please sign in to comment.