From 48f3f7bbb0219f89b545035f38acca65af2309fb Mon Sep 17 00:00:00 2001 From: ado Date: Wed, 28 Feb 2024 03:29:02 +0100 Subject: [PATCH] [skip ci] Try to fix macos-latest-clang.yml --- .github/workflows/macos-latest-clang.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/macos-latest-clang.yml b/.github/workflows/macos-latest-clang.yml index 4cf6e38..65498c0 100644 --- a/.github/workflows/macos-latest-clang.yml +++ b/.github/workflows/macos-latest-clang.yml @@ -30,12 +30,7 @@ jobs: runs-on: macos-latest - name: "Clang ${{matrix.version}}: ${{matrix.type}}" - - env: - CC: clang - CXX: clang++ - CXXFLAGS: -stdlib=libc++ + name: "Xcode ${{matrix.standard}}: ${{matrix.type}}" steps: - uses: actions/checkout@v3