Skip to content

Instantly share code, notes, and snippets.

@mathaeus
Last active September 8, 2022 14:42
Show Gist options
  • Save mathaeus/2ff2b1d2782977e639ad9746cabc914c to your computer and use it in GitHub Desktop.
Save mathaeus/2ff2b1d2782977e639ad9746cabc914c to your computer and use it in GitHub Desktop.
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:
- run: echo "hello"
executor:
name: macos-executor
workflows:
build-and-deploy:
jobs:
- foobar-job
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment