Skip to content

Update UIImage+LLPrivate.m iPad上异常的问题 #51

Update UIImage+LLPrivate.m iPad上异常的问题

Update UIImage+LLPrivate.m iPad上异常的问题 #51

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
iOS:
name: Test iOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_14.2.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: iOS
run: cd Demo && xcodebuild test -scheme Demo -target Demo -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.2'