Skip to content

Fix collection view crash #52

Fix collection view crash

Fix collection view crash #52

Workflow file for this run

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