Skip to content

Commit

Permalink
Bump xcode to 14.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
millert committed Sep 25, 2023
1 parent 1c13b8a commit 884b025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
build_macos:
description: Configure, build and package sudo (macOS)
macos:
xcode: 13.4.1 # indicate our selected version of Xcode
xcode: 14.2.0 # indicate our selected version of Xcode
steps:
- checkout
- run:
Expand All @@ -70,7 +70,7 @@ jobs:
test_macos:
description: run sudo tests in a pre-built workspace (macOS)
macos:
xcode: 13.4.1 # indicate our selected version of Xcode
xcode: 14.2.0 # indicate our selected version of Xcode
steps:
# Reuse the workspace from the build job
- attach_workspace:
Expand Down

0 comments on commit 884b025

Please sign in to comment.