Skip to content

Commit

Permalink
ci: bump Xcode version (#273)
Browse files Browse the repository at this point in the history
* ci: bump Xcode version

* ci: bump Xcode to 14.3.0

* ci: use gen2 macos executor
  • Loading branch information
dsanders11 authored Jul 5, 2023
1 parent 4987c4d commit f330073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
<<: *steps-test
test-mac:
macos:
xcode: "13.3.0"
xcode: "14.3.0"
resource_class: macos.x86.medium.gen2
<<: *steps-test
test-windows:
executor:
Expand Down

0 comments on commit f330073

Please sign in to comment.