mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Update CI to MacOS 12 + 13.2.1
This commit is contained in:
parent
1d22be649a
commit
c8f4de47ea
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -8,10 +8,10 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: macOS-11.0
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run tests
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_12.5.1.app
|
||||
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
|
||||
run: xcodebuild test -scheme Xcodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue