mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
修改 GitHub Action 系统版本
This commit is contained in:
parent
fd3740bd6f
commit
9252cfa8e1
2
.github/workflows/testflight.yaml
vendored
2
.github/workflows/testflight.yaml
vendored
@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: macos-latest-large
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
6
.github/workflows/tests.yaml
vendored
6
.github/workflows/tests.yaml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: macos-12
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Select Xcode Version
|
||||
uses: maxim-lobanov/setup-xcode@v1
|
||||
with:
|
||||
xcode-version: '14.0.1'
|
||||
xcode-version: 'latest'
|
||||
|
||||
- name: Setup ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
@ -42,4 +42,4 @@ jobs:
|
||||
run: |
|
||||
export LC_ALL=en_US.UTF-8
|
||||
export LANG=en_US.UTF-8
|
||||
bundle exec fastlane tests
|
||||
bundle exec fastlane tests
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user