File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4040 # if: matrix.os == 'windows-2022'
4141 # run: npm run test-ci
4242
43- - name : Test - MacOS
44- if : matrix.os == 'macos-14'
45- run : npm run test-ci
43+ # - name: Test - MacOS
44+ # if: matrix.os == 'macos-14'
45+ # run: npm run test-ci
Original file line number Diff line number Diff line change @@ -12,10 +12,14 @@ const initOptsMac = {
1212 ...initOpts ,
1313 isGles3 : false ,
1414 isWebGL2 : false ,
15+ major : 2 ,
16+ minor : 1 ,
1517} ;
1618
1719if ( platform === 'darwin' ) {
1820 glfw . windowHint ( glfw . STENCIL_BITS , 8 ) ;
21+ // this would be nice... - https://github.com/glfw/glfw/pull/2571
22+ // glfw.windowHint(glfw.CONTEXT_RENDERER, glfw.SOFTWARE_RENDERER);
1923}
2024
2125const inited = init ( platform === 'darwin' ? initOptsMac : initOpts ) ;
You can’t perform that action at this time.
0 commit comments