diff --git a/.github/workflows/Macos.yml b/.github/workflows/Macos.yml index eadbd4a..60fde75 100644 --- a/.github/workflows/Macos.yml +++ b/.github/workflows/Macos.yml @@ -64,7 +64,7 @@ jobs: strategy: fail-fast: false matrix: - version: [11, 12, 13, 14] + version: [11, 12] steps: - name: Checkout @@ -137,8 +137,8 @@ jobs: - name: ⚙️ run-cmake (configure) env: - CC: $(brew --prefix llvm@@${{matrix.version}})/bin/clang - CXX: $(brew --prefix llvm@@${{matrix.version}})/bin/clang++ + CC: '$(brew --prefix llvm@${{matrix.version}})/bin/clang' + CXX: '$(brew --prefix llvm@${{matrix.version}})/bin/clang++' uses: cmake-tools/run-cmake@v0-alpha id: 'configure' with: diff --git a/.github/workflows/Windows.yml b/.github/workflows/Windows.yml index 41db78a..194bc57 100644 --- a/.github/workflows/Windows.yml +++ b/.github/workflows/Windows.yml @@ -25,7 +25,6 @@ shell: msys2 {0} steps: - - uses: ammaraskar/gcc-problem-matcher - name: 📥 Checkout uses: actions/checkout@v4 with: @@ -68,7 +67,6 @@ architecture: [ win32, x64 ] steps: - - uses: ammaraskar/msvc-problem-matcher - name: 📥 Checkout uses: actions/checkout@v4 with: @@ -105,7 +103,6 @@ architecture: [ win32, x64 ] steps: - - uses: ammaraskar/msvc-problem-matcher - name: 📥 Checkout uses: actions/checkout@v4 with: @@ -142,7 +139,6 @@ version: [ 11.1.0, 12.0.1, 13.0.1, 14.0.6, 15.0.2 ] steps: - - uses: ammaraskar/gcc-problem-matcher - name: 📥 Checkout uses: actions/checkout@v4 with: @@ -177,7 +173,6 @@ architecture: [ Win32, x64 ] steps: - - uses: ammaraskar/msvc-problem-matcher - name: 📥 Checkout uses: actions/checkout@v4 with: