We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb169eb commit b1b7be8Copy full SHA for b1b7be8
2 files changed
.drone.star .done.star.disabled.drone.star renamed to .done.star.disabled
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
build-type: "Release"
104
build-cmake: true
105
106
- # macOS (2 configurations)
+ # macOS (1 configuration)
107
# TODO: Re-enable when BSD/kqueue support is implemented
108
#
109
# - compiler: "apple-clang"
@@ -120,19 +120,6 @@ jobs:
120
# build-type: "RelWithDebInfo"
121
# asan: true
122
# ubsan: true
123
- #
124
- # - compiler: "apple-clang"
125
- # version: "*"
126
- # cxxstd: "20"
127
- # latest-cxxstd: "20"
128
- # cxx: "clang++"
129
- # cc: "clang"
130
- # runs-on: "macos-14"
131
- # b2-toolset: "clang"
132
- # name: "Apple-Clang (macOS 14): C++20"
133
- # shared: true
134
- # build-type: "Release"
135
- # build-cmake: true
136
137
# Linux GCC (4 configurations)
138
0 commit comments