1
0
镜像自地址 https://github.com/maxgoedjen/secretive.git 已同步 2026-03-25 10:37:23 +01:00

Release 11 (#168)

* Major version test

* .
这个提交包含在:
Max Goedjen
2020-11-11 17:16:36 -08:00
提交者 GitHub
父节点 3c9659bd06
当前提交 f801853878

查看文件

@@ -22,7 +22,7 @@ jobs:
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build:
runs-on: macOS-latest
runs-on: macos-11.0
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
run: sudo xcrun xcode-select -s /Applications/Xcode_12.2.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}