Skip to content

Commit e003fd4

Browse files
committed
Update Xcode to 26.2
1 parent 67b3a30 commit e003fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
build_macos:
6161
description: Configure, build and package sudo (macOS)
6262
macos:
63-
xcode: 26.1.0 # indicate our selected version of Xcode
63+
xcode: 26.2.0 # indicate our selected version of Xcode
6464
steps:
6565
- checkout
6666
- run:
@@ -74,7 +74,7 @@ jobs:
7474
test_macos:
7575
description: run sudo tests in a pre-built workspace (macOS)
7676
macos:
77-
xcode: 26.1.0 # indicate our selected version of Xcode
77+
xcode: 26.2.0 # indicate our selected version of Xcode
7878
steps:
7979
# Reuse the workspace from the build job
8080
- attach_workspace:

0 commit comments

Comments
 (0)