From 4571366b856e58916e9baa9808e1dae13ed6f04b Mon Sep 17 00:00:00 2001 From: derselbst Date: Sun, 22 Dec 2024 15:12:59 +0100 Subject: [PATCH] revert workflow changes --- .github/workflows/linux.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e633224e8..0977c7a59 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -27,10 +27,9 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ${{ matrix.os }} + runs-on: ubuntu-20.04 strategy: matrix: - os: ["ubuntu-20.04"] CC: [""] CXX: [""] CMAKE_FLAGS: ["-Denable-profiling=1","-Denable-floats=1 -Denable-profiling=1","-Denable-floats=1","-Denable-trap-on-fpe=1","-Denable-fpe-check=1","-Denable-ipv6=0","-Denable-network=0","-Denable-aufile=0","-DBUILD_SHARED_LIBS=0","-Denable-ubsan=1 -Denable-debug=1", "-Denable-debug=1 -DCMAKE_C_FLAGS_DEBUG=-fuse-ld=gold"] @@ -38,23 +37,18 @@ jobs: - CC: "clang-7" CXX: "clang++-7" CMAKE_FLAGS: "" - os: "ubuntu-20.04" - CC: "clang-8" CXX: "clang++-8" CMAKE_FLAGS: "" - os: "ubuntu-20.04" - CC: "clang-10" CXX: "clang++-10" CMAKE_FLAGS: "" - os: "ubuntu-20.04" - CC: "clang-12" CXX: "clang++-12" CMAKE_FLAGS: "" - os: "ubuntu-20.04" - CC: "clang-10" CXX: "clang++-10" CMAKE_FLAGS: "-DBUILD_SHARED_LIBS=0" - os: "ubuntu-20.04" # clang9 is covered by openSUSE Leap 15.2 # clang11 is covered by openSUSE Leap 15.3