We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48fd11 commit 3009030Copy full SHA for 3009030
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
build_macos:
61
description: Configure, build and package sudo (macOS)
62
macos:
63
- xcode: 14.2.0 # indicate our selected version of Xcode
+ xcode: 26.1.0 # indicate our selected version of Xcode
64
steps:
65
- checkout
66
- run:
@@ -74,7 +74,7 @@ jobs:
74
test_macos:
75
description: run sudo tests in a pre-built workspace (macOS)
76
77
78
79
# Reuse the workspace from the build job
80
- attach_workspace:
0 commit comments