Skip to content

Apache License, Version 2.0 (#16) #45

Apache License, Version 2.0 (#16)

Apache License, Version 2.0 (#16) #45

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
iOS:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.4'
- name: Build and test
run: make test-ios
iPadOS:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.4'
- name: Build and test
run: make test-ipados
MacOS:
runs-on: macos-14
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: maxim-lobanov/[email protected]
with:
xcode-version: '15.4'
- name: Build and test
run: make test-macos