diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index e64e492..ac737ca 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -78,7 +78,7 @@ env: jobs: build-android: name: Build ${{ inputs.binary-type == 'apk' && '.apk' || '.aab' }} - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: 30 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/build_ipa.yml b/.github/workflows/build_ipa.yml index 4bbbae7..d1c0334 100644 --- a/.github/workflows/build_ipa.yml +++ b/.github/workflows/build_ipa.yml @@ -53,7 +53,7 @@ env: jobs: build: name: Build .ipa - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: 60 steps: - uses: actions/checkout@v3