GitHub Actions: Update Xcode to 12.3

This commit is contained in:
past-due 2021-01-21 19:25:41 -05:00
parent 787a7bca5d
commit d51c65a185

View File

@ -10,7 +10,7 @@ on:
env:
# See: https://github.com/actions/virtual-environments/tree/main/images/macos
XCODE_DEV_PATH: /Applications/Xcode_12.2.app/Contents/Developer
XCODE_DEV_PATH: /Applications/Xcode_12.3.app/Contents/Developer
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: