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

Commit ee76a30

Browse files
committed
CI re-enable MacOS
1 parent 4b07a05 commit ee76a30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
coverage: true
2222
- perl-version: '5.30'
2323
os: windows-latest
24-
#disabled as Apple headers have `const GLvoid *` while OpenGL has `void *`
25-
#- perl-version: '5.30'
26-
# os: macos-latest
24+
- perl-version: '5.30'
25+
os: macos-latest
2726
steps:
2827
- uses: actions/checkout@v2
2928
- name: 'ci-dist: target-setup-perl'

0 commit comments

Comments
 (0)