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 fbb083b commit 74a6ad1Copy full SHA for 74a6ad1
.github/workflows/ci.yml
@@ -23,4 +23,8 @@ jobs:
23
- run: python -m pip install --pre skia-python
24
- run: python issue-214-glut.py
25
- run: python issue-214-sdl2.py
26
+# https://github.com/glfw/glfw/issues/2573 Compatibility of linux headless tests within Github CI
27
+# https://github.com/glfw/glfw/issues/2570 Compatibility of glfw with the Apple software render in github CI
28
+# https://github.com/FlorianRhiem/pyGLFW/issues/80 Compatibility with github's CI Mac OS X runner images
29
+# https://github.com/glfw/glfw/pull/2571 Apple software renderer retry
30
# - run: python issue-214-glfw.py
0 commit comments