We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc376e commit 1be82e6Copy full SHA for 1be82e6
.github/workflows/ci.yml
@@ -90,12 +90,16 @@ jobs:
90
type: static
91
options: -DINCLUDEJS_ADDRESS_SANITIZER:BOOL=ON
92
backend: JavaScriptCore
93
+ javascriptcore_version: "6.0"
94
+ options: -DINCLUDEJS_BACKEND_JAVASCRIPTCORE_API_VERSION:STRING=4.1
95
- os: ubuntu-latest
96
cc: clang
97
cxx: clang++
98
99
options: -DINCLUDEJS_UNDEFINED_SANITIZER:BOOL=ON
100
101
102
103
- os: macos-latest
104
105
0 commit comments