2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 12:57:50 +00:00

Update Xcode version from 13.2.1 to 13.4.1.

This commit is contained in:
Todd C. Miller 2023-08-09 13:54:16 -06:00
parent 811051d32a
commit ee5cab977f

View File

@ -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.2.1 # indicate our selected version of Xcode xcode: 13.4.1 # 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: