Skip to content

Add changelog for 1.0.0 #320

Add changelog for 1.0.0

Add changelog for 1.0.0 #320

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.3 ]
steps:
- uses: actions/[email protected]
- uses: maxim-lobanov/[email protected]
with:
xcode-version: ${{ matrix.xcodeversion }}
- uses: ./.github/actions/runGradleTask
with:
task: build
barrier-build:
runs-on: ubuntu-22.04
needs: [ build ]
steps:
- run: exit 0