Bump ci to 12.5.1

This commit is contained in:
Matt Kiazyk 2021-10-21 19:14:05 -05:00
parent 83fa00b21f
commit 91595b5449
No known key found for this signature in database
GPG key ID: 33D9938D5D45EFE2

View file

@ -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