Skip to content

Commit 6dd1a2e

Browse files
committed
Tweak build matrix
1 parent 75ebade commit 6dd1a2e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,21 @@ jobs:
5050
# mingw is determined by this author to be too buggy to support
5151
- os: windows-2019
5252
compiler: gcc-8
53-
- os: windows-2019
53+
54+
# - os: windows-2019
55+
#compiler: llvm
56+
57+
# These have anonalous failures, not sure what is up with no access to a physical Mac.
58+
- os: macos-10.15
59+
compiler: gcc-8
60+
build_type: Debug
61+
developer_mode: ON
62+
- os: macos-10.15
5463
compiler: llvm
64+
build_type: Release
65+
developer_mode: ON
66+
67+
5568

5669
include:
5770
# This exists solely to make sure a non-multiconfig build works

0 commit comments

Comments
 (0)