Skip to content

Commit

Permalink
fix: macOS test executors (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRibeiro authored Sep 20, 2023
1 parent 44f6295 commit 3fd1a57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -618,10 +618,12 @@ workflows:
executors:
macos-old:
macos:
xcode: 11.7.0
xcode: 14.2.0
resource_class: medium
macos-latest:
macos:
xcode: 14.0.0
xcode: 15.0.0
resource_class: macos.x86.medium.gen2
docker-old:
docker:
- image: cimg/base:2020.08-20.04
Expand Down

0 comments on commit 3fd1a57

Please sign in to comment.