Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit a7ed387

Browse files
authored
re-disable MacOS as still declaration conflict
1 parent 584bdb0 commit a7ed387

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
coverage: true
3333
- perl-version: '5.30'
3434
os: windows-latest
35-
- perl-version: '5.30'
36-
os: macos-latest
35+
#disabled as Apple headers have `const GLvoid *` while OpenGL has `void *`
36+
#- perl-version: '5.30'
37+
# os: macos-latest
3738
steps:
3839
- uses: actions/checkout@v2
3940
- name: 'ci-dist: target-setup-perl'

0 commit comments

Comments
 (0)