Skip to content

src: avoid using deprecated IOMasterPort() under macOS >= 12 #6

src: avoid using deprecated IOMasterPort() under macOS >= 12

src: avoid using deprecated IOMasterPort() under macOS >= 12 #6

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Build Dependencies
run: |
brew install libvncserver
- name: Build
run: |
mkdir build
cd build
cmake ..
cmake --build .