diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 0e16f04..aad241d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -18,7 +18,7 @@ jobs: matrix: # ubuntu-latest-clang does not compile due to https://github.com/actions/runner-images/issues/8659 - name: [ubuntu-latest-gcc, ubuntu-latest-clang, windows-latest-cl] + name: [ubuntu-latest-gcc, windows-latest-cl] build_type: [Release] include: - name: windows-latest-cl @@ -47,14 +47,6 @@ jobs: - name: Checkout submodules run: git submodule update --init --recursive - - name: Apply workaround for https://github.com/actions/runner-images/issues/8659 - if: | - matrix.name=='ubuntu-latest-clang' - run: | - sudo rm -f /etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-test-jammy.list - sudo apt-get update - sudo apt-get install -y --allow-downgrades libc6=2.35-0ubuntu3.5 libc6-dev=2.35-0ubuntu3.5 libstdc++6=12.3.0-1ubuntu1~22.04 libgcc-s1=12.3.0-1ubuntu1~22.04 - - name: Install boost uses: MarkusJx/install-boost@v2.4.4 id: install-boost