mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Bump ci to 12.5.1
This commit is contained in:
parent
83fa00b21f
commit
91595b5449
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -2,7 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
|
|
@ -12,6 +12,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- name: Run tests
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_12.5.app
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app
|
||||
run: xcodebuild test -scheme Xcodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue