From 05c5923fa32a710b4237ca70a39b04c77e65e3a3 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Sat, 6 Jan 2024 10:07:23 +0000 Subject: [PATCH] Adjust build nodes --- .github/workflows/ci-scripts-build.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index 1ac3db1..4031cb0 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -60,6 +60,12 @@ jobs: extra: "CMD_CXXFLAGS=-std=c++11" name: "Ub-20 gcc-9 C++11, static" + - os: ubuntu-20.04 + cmp: gcc + configuration: default + extra: "CMD_CXXFLAGS=-std=c++11" + name: "Ub-20 gcc-9 C++11" + # - os: ubuntu-18.04 # cmp: clang # configuration: default @@ -93,6 +99,11 @@ jobs: configuration: default name: "Ub-20 clang-10" + - os: ubuntu-20.04 + cmp: clang + configuration: static + name: "Ub-20 clang-10, static" + # - os: macos-11 # cmp: clang # configuration: default