From 502faca8732dc39723da9243c16c74eb8c180b00 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Fri, 31 May 2024 17:19:50 +0200 Subject: [PATCH] debug --- .github/workflows/ci_macos.yml | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci_macos.yml b/.github/workflows/ci_macos.yml index 4754c776..24dfa468 100644 --- a/.github/workflows/ci_macos.yml +++ b/.github/workflows/ci_macos.yml @@ -36,21 +36,6 @@ jobs: build_type: Release cxx_flags: "-stdlib=libc++" # For verbosity. This is already the default. - - name: "gcc13" - compiler: "gcc-13" - build_type: Release - cxx_flags: "-Wno-interference-size" - - - name: "gcc12" - compiler: "gcc-12" - build_type: Release - cxx_flags: "-Wno-interference-size" - - - name: "gcc11" - compiler: "gcc-11" - build_type: Release - cxx_flags: "-Wno-interference-size" - steps: - name: Checkout uses: actions/checkout@v3 @@ -68,8 +53,8 @@ jobs: with: cmake: 3.25.3 - - name: Install dependencies - run: install libomp@17 + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 - name: Configure tests run: |