mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 17:36:40 +00:00
Compare commits
No commits in common. "8e596e1dd5c5ba56ff01dfa05049deaba195ac8d" and "7b58cd5439ec96f5f6b7e589a970b0500d886218" have entirely different histories.
8e596e1dd5
...
7b58cd5439
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:
|
||||
build-android:
|
||||
name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }}
|
||||
runs-on: macos-14
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/build_ipa.yml
vendored
2
.github/workflows/build_ipa.yml
vendored
|
@ -53,7 +53,7 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
name: Build .ipa
|
||||
runs-on: macos-14
|
||||
runs-on: macos-latest
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue