mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-05 11:56:41 +00:00
Merge branch 'main' of https://github.com/vodemn/m3_lightmeter into feature/ML-258
This commit is contained in:
commit
8e596e1dd5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_apk.yml
vendored
2
.github/workflows/build_apk.yml
vendored
|
@ -78,7 +78,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build-android:
|
build-android:
|
||||||
name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }}
|
name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }}
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -53,7 +53,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build .ipa
|
name: Build .ipa
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue