Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
type: string

macos:
xcode: 16.4.0 # latest as of August 2025
resource_class: macos.m1.medium.gen1
xcode: 16.4.0

environment:
<<: *global-environment
Expand Down Expand Up @@ -269,8 +268,7 @@ jobs:

test-osx-cpp:
macos:
xcode: 15.3.0
resource_class: macos.m1.medium.gen1
xcode: 16.4.0

steps:
- checkout
Expand Down