From 9982f1047c74b33a5a626954188c20b985d799c6 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Tue, 19 Mar 2024 18:54:54 +0100 Subject: [PATCH] semaphore: stop testing on GCC 5 & 6, clang 3.9 & 4 due to forced upgrade to Ubuntu 20.04 --- .semaphore/semaphore.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index c56faed56..7b6594919 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -3,7 +3,7 @@ name: Build agent: machine: type: e1-standard-2 - os_image: ubuntu1804 + os_image: ubuntu2004 blocks: - name: CI skip: @@ -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 @@ -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