mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
调整 Xcode 版本
This commit is contained in:
parent
c49d972a1e
commit
84e31f9b91
8
.github/workflows/testflight.yaml
vendored
8
.github/workflows/testflight.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Deploy to Testflight
|
name: Deploy to App Store
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -14,7 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: macos-latest
|
runs-on: macos-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Select Xcode Version
|
- name: Select Xcode Version
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: latest
|
xcode-version: '13.2'
|
||||||
|
|
||||||
- name: Setup ruby
|
- name: Setup ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Install Pods
|
- name: Install Pods
|
||||||
run: pod install
|
run: pod install
|
||||||
|
|
||||||
- name: Build & Distribute to Testflight
|
- name: Build & Distribute to App Store
|
||||||
run: |
|
run: |
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
|
|||||||
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: macos-latest
|
runs-on: macos-11
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Select Xcode Version
|
- name: Select Xcode Version
|
||||||
uses: maxim-lobanov/setup-xcode@v1
|
uses: maxim-lobanov/setup-xcode@v1
|
||||||
with:
|
with:
|
||||||
xcode-version: latest
|
xcode-version: '13.2'
|
||||||
|
|
||||||
- name: Setup ruby
|
- name: Setup ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user