test macos-13-xlarge
This commit is contained in:
parent
d480876cb2
commit
dc4fb0eb50
2 changed files with 3 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ runs:
|
|||
- uses: ruby/setup-ruby@9669f3ee51dc3f4eda8447ab696b3ab19a90d14b # v1.144.0
|
||||
with:
|
||||
ruby-version: "2.7.7"
|
||||
bundler-cache: true
|
||||
cache-version: 1
|
||||
|
||||
- name: ci/setup-fastlane-dependencies
|
||||
shell: bash
|
||||
|
|
|
|||
2
.github/workflows/build-pr.yml
vendored
2
.github/workflows/build-pr.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: ./.github/actions/test
|
||||
|
||||
build-ios-pr:
|
||||
runs-on: macos-latest-xlarge
|
||||
runs-on: macos-13-xlarge
|
||||
if: ${{ github.event.label.name == 'Build Apps for PR' || github.event.label.name == 'Build App for iOS' }}
|
||||
# needs:
|
||||
# - test
|
||||
|
|
|
|||
Loading…
Reference in a new issue