Upgrade GitHub CI to use Xcode 14.1 on macOS 12.
This commit is contained in:
parent
7c0143c37b
commit
b2acfb61cb
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
xcode: [ "13.2.1" ]
|
xcode: [ "14.1" ]
|
||||||
platform: [ "macos", "maccat", "ios", "tvos" ]
|
platform: [ "macos", "maccat", "ios", "tvos" ]
|
||||||
os: [ "macos-latest" ]
|
os: [ "macos-12" ]
|
||||||
upload_artifacts: [ true ]
|
upload_artifacts: [ true ]
|
||||||
# additional specific configurations
|
# additional specific configurations
|
||||||
include:
|
include:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user