Skip to content

Commit 3009030

Browse files
committed
Bump xcode to 26.1.0
1 parent b48fd11 commit 3009030

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: 14.2.0 # indicate our selected version of Xcode
63+
xcode: 26.1.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: 14.2.0 # indicate our selected version of Xcode
77+
xcode: 26.1.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)