Skip to content

Commit

Permalink
re-disable MacOS as still declaration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 authored Jun 21, 2024
1 parent 584bdb0 commit a7ed387
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
coverage: true
- perl-version: '5.30'
os: windows-latest
- perl-version: '5.30'
os: macos-latest
#disabled as Apple headers have `const GLvoid *` while OpenGL has `void *`
#- perl-version: '5.30'
# os: macos-latest
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
Expand Down

0 comments on commit a7ed387

Please sign in to comment.