Skip to content

Add changelog for 1.1.1 #342

Add changelog for 1.1.1

Add changelog for 1.1.1 #342

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
runs-on: macos-14-xlarge
strategy:
fail-fast: false
matrix:
xcodeversion: [ 15.1, 15.4 ]
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
with:
xcode-version: ${{ matrix.xcodeversion }}
- uses: ./.github/actions/runGradleTask
with:
task: assemble
barrier-build:
runs-on: ubuntu-22.04
needs: [ build ]
steps:
- run: exit 0