Browse Source

machine true

Alex Cheema 11 months ago
parent
commit
875afff47d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .circleci/config.yml

+ 2 - 2
.circleci/config.yml

@@ -2,8 +2,8 @@ version: 2.1
 
 jobs:
   hello:
-    docker:
-      - image: cimg/base:stable
+    machine: true
+    resource_class: exo/hardware
     steps:
       - run:
           name: Hello World