Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed Jul 18, 2024
1 parent fbd725b commit ee2d01a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12, 13, 14]
version: [11, 12]

steps:
- name: Checkout
Expand Down Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
shell: msys2 {0}

steps:
- uses: ammaraskar/gcc-problem-matcher
- name: 📥 Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -68,7 +67,6 @@
architecture: [ win32, x64 ]

steps:
- uses: ammaraskar/msvc-problem-matcher
- name: 📥 Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -105,7 +103,6 @@
architecture: [ win32, x64 ]

steps:
- uses: ammaraskar/msvc-problem-matcher
- name: 📥 Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -177,7 +173,6 @@
architecture: [ Win32, x64 ]

steps:
- uses: ammaraskar/msvc-problem-matcher
- name: 📥 Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit ee2d01a

Please sign in to comment.