test macos-13-xlarge and ruby 2.7.8
This commit is contained in:
parent
0ab129c18a
commit
688f49a819
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ runs:
|
|||
steps:
|
||||
- uses: ruby/setup-ruby@9669f3ee51dc3f4eda8447ab696b3ab19a90d14b # v1.144.0
|
||||
with:
|
||||
ruby-version: "2.7.7"
|
||||
ruby-version: "2.7.8"
|
||||
|
||||
- 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-12-large
|
||||
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