We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a3c4b commit afdfbe3Copy full SHA for afdfbe3
.github/workflows/cmake.yml
@@ -4,17 +4,17 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- os: [ ubuntu-latest, macos-latest, windows-latest ]
+ os: [ ubuntu-latest, windows-latest ] # macos-latest,
8
build_type: [ Release ]
9
shared_lib: [ false, true ]
10
header_only: [ false, true ]
11
include:
12
- os: ubuntu-latest
13
v8_compress_pointers: false
14
v8_enable_sandbox: false
15
- - os: macos-latest
16
- v8_compress_pointers: true
17
- v8_enable_sandbox: true
+ #- os: macos-latest
+ # v8_compress_pointers: true
+ # v8_enable_sandbox: true
18
- os: windows-latest
19
v8_compress_pointers: true
20
v8_enable_sandbox: true
0 commit comments