Skip to content

Commit

Permalink
Use CircleCI macOS Gen2 resource class (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhelanLD authored Feb 4, 2022
1 parent 30cfa4c commit eb10a5b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

macos:
xcode: <<parameters.xcode-version>>
resource_class: macos.x86.medium.gen2

steps:
- checkout
Expand Down Expand Up @@ -157,16 +158,16 @@ workflows:
build-doc: true
- build:
name: Xcode 12.5 - Swift 5.4
xcode-version: '12.5.0'
xcode-version: '12.5.1'
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=14.5'
- build:
name: Xcode 12.0 - Swift 5.3
xcode-version: '12.0.1'
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=14.0'
- build:
name: Xcode 11.4 - Swift 5.2
xcode-version: '11.4.1'
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=12.2'
name: Xcode 11.7 - Swift 5.2
xcode-version: '11.7.0'
ios-sim: 'platform=iOS Simulator,name=iPhone 8,OS=12.4'
build-universal: false
- build_linux:
name: Linux - Swift 5.4
Expand Down

0 comments on commit eb10a5b

Please sign in to comment.