2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-03 07:45:47 +00:00

Bump xcode to 14.2.0

This commit is contained in:
Todd C. Miller
2023-09-25 08:21:43 -06:00
parent 1c13b8a628
commit 884b025962

View File

@@ -56,7 +56,7 @@ jobs:
build_macos: build_macos:
description: Configure, build and package sudo (macOS) description: Configure, build and package sudo (macOS)
macos: macos:
xcode: 13.4.1 # indicate our selected version of Xcode xcode: 14.2.0 # indicate our selected version of Xcode
steps: steps:
- checkout - checkout
- run: - run:
@@ -70,7 +70,7 @@ jobs:
test_macos: test_macos:
description: run sudo tests in a pre-built workspace (macOS) description: run sudo tests in a pre-built workspace (macOS)
macos: macos:
xcode: 13.4.1 # indicate our selected version of Xcode xcode: 14.2.0 # indicate our selected version of Xcode
steps: steps:
# Reuse the workspace from the build job # Reuse the workspace from the build job
- attach_workspace: - attach_workspace: