Skip to content

Instantly share code, notes, and snippets.

View mathaeus's full-sized avatar

mathaeus

View GitHub Profile
@mathaeus
mathaeus / config.yml
Last active September 8, 2022 14:42
Invalid resource class for circleCI VCE
version: 2.1
setup: false
executors:
macos-executor:
macos:
xcode: 14.0.0
resource_class: macos.x86.medium.gen2
jobs:
foobar-job:
steps:
@mathaeus
mathaeus / config.yml
Created September 8, 2022 14:46
Invalid `add_ssh_keys`
version: 2.1
setup: false
executors:
macos-executor:
macos:
xcode: 14.0.0
resource_class: medium
jobs:
foobar-job:
steps: