Skip to content

Commit afdfbe3

Browse files
committed
temp. disable macos on CI
1 parent 78a3c4b commit afdfbe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cmake.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
os: [ ubuntu-latest, macos-latest, windows-latest ]
7+
os: [ ubuntu-latest, windows-latest ] # macos-latest,
88
build_type: [ Release ]
99
shared_lib: [ false, true ]
1010
header_only: [ false, true ]
1111
include:
1212
- os: ubuntu-latest
1313
v8_compress_pointers: false
1414
v8_enable_sandbox: false
15-
- os: macos-latest
16-
v8_compress_pointers: true
17-
v8_enable_sandbox: true
15+
#- os: macos-latest
16+
# v8_compress_pointers: true
17+
# v8_enable_sandbox: true
1818
- os: windows-latest
1919
v8_compress_pointers: true
2020
v8_enable_sandbox: true

0 commit comments

Comments
 (0)