Skip to content

Commit 70d263d

Browse files
committed
Disable MacOS until Apple Clang 14.0.3 is supported (for ranges::find_if)
It looks like `ranges::find_if` should be supported in Apple Clang 14.0.3, which is available since Xcode 14.3, released in March 2023 but apparently not yet installed on the VM/devbox we have access to here.
1 parent 6bff37e commit 70d263d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
cxx-std: 'c++2b'
2727
- compiler: clang++-14
2828
cxx-std: 'c++2b'
29-
include:
30-
- runs-on: macos-latest
31-
compiler: clang++
32-
cxx-std: 'c++20'
29+
# include:
30+
# - runs-on: macos-latest
31+
# compiler: clang++
32+
# cxx-std: 'c++20'
3333
runs-on: ${{ matrix.runs-on }}
3434
env:
3535
CXX: ${{ matrix.compiler }}

0 commit comments

Comments
 (0)