Skip to content

macOS screenshot script: Improve handling of AXWindowNumber and fallb… #53

macOS screenshot script: Improve handling of AXWindowNumber and fallb…

macOS screenshot script: Improve handling of AXWindowNumber and fallb… #53

name: CI • macOS (Intel)
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- name: Install dependencies
run: shards install
- name: Download libui library
run: |
crystal run download.cr
ls libui
- name: Run tests
run: crystal spec
- name: Build all examples
run: |
for f in examples/*.cr; do crystal build "$f"; done
ls