Skip to content

Commit

Permalink
executors/macos: add xcode 12.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Oct 5, 2020
1 parent a262637 commit 643c093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/@orb.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

description: |
The go and go commands orbs.
CircleCI orb for the Go programming language.
display:
home_url: https://golang.org/
Expand Down Expand Up @@ -42,7 +42,8 @@ executors:
description: "The Xcode version"
type: enum
enum: [ # https://circleci.com/docs/2.0/testing-ios/#supported-xcode-versions
"12.0.0", # Xcode 12.0 Beta 6 (Build 12A8189n) macOS 10.15.5
"12.2.0", # Xcode 12.2 Beta 2 (Build 12B5025f) macOS 10.15.5
"12.0.0", # Xcode 12.0 (Build 12A7209) macOS 10.15.5
"11.7.0", # Xcode 11.7 (Build 11E801a) macOS 10.15.5
"11.6.0", # Xcode 11.6 (Build 11E708) macOS 10.15.5
"11.5.0", # Xcode 11.5 GM (Build 11E608c) macOS 10.15.4
Expand Down

0 comments on commit 643c093

Please sign in to comment.