Skip to content

Commit b1b7be8

Browse files
committed
Normalize build matrix
1 parent fb169eb commit b1b7be8

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed
File renamed without changes.

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
build-type: "Release"
104104
build-cmake: true
105105

106-
# macOS (2 configurations)
106+
# macOS (1 configuration)
107107
# TODO: Re-enable when BSD/kqueue support is implemented
108108
#
109109
# - compiler: "apple-clang"
@@ -120,19 +120,6 @@ jobs:
120120
# build-type: "RelWithDebInfo"
121121
# asan: true
122122
# 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
136123

137124
# Linux GCC (4 configurations)
138125

0 commit comments

Comments
 (0)