mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
暂时降级Xcode16.1,绕过Github Actions 环境错误
This commit is contained in:
parent
05faa8d192
commit
32b7dc08f3
2
.github/workflows/testflight.yaml
vendored
2
.github/workflows/testflight.yaml
vendored
@ -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-stable'
|
xcode-version: '16.1'
|
||||||
|
|
||||||
- name: Setup ruby
|
- name: Setup ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
|||||||
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -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-stable'
|
xcode-version: '16.1'
|
||||||
|
|
||||||
- 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