Compare commits

..

No commits in common. "8e596e1dd5c5ba56ff01dfa05049deaba195ac8d" and "7b58cd5439ec96f5f6b7e589a970b0500d886218" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -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-14 runs-on: macos-latest
timeout-minutes: 30 timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -53,7 +53,7 @@ env:
jobs: jobs:
build: build:
name: Build .ipa name: Build .ipa
runs-on: macos-14 runs-on: macos-latest
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3