Skip to content

Workaround bug in macOS 14.4.1 and later where encoding HEIC fails #77

Workaround bug in macOS 14.4.1 and later where encoding HEIC fails

Workaround bug in macOS 14.4.1 and later where encoding HEIC fails #77

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@master
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'
- name: Test
run: sh build/test.sh
- name: Build
run: sh build/build.sh