Skip to content

Avoid using deprecated IOMasterPort() under macOS 12 and later #5

Avoid using deprecated IOMasterPort() under macOS 12 and later

Avoid using deprecated IOMasterPort() under macOS 12 and later #5

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 .