From a7ed3875b83435f5584b7aeaf4cd051bb4f7bcc4 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Fri, 21 Jun 2024 03:47:17 +0100 Subject: [PATCH] re-disable MacOS as still declaration conflict --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59adc5d..7c34fb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'