Skip to content

Commit e87656b

Browse files
committed
Fixes headings and remove extra space
1 parent bf72e80 commit e87656b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll/_cci2/executor-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This document describes the `docker`, `machine`, and `macos` environments in the
1616
{:toc}
1717

1818
## Overview
19-
This version of CircleCI enables you to run jobs in one of three environments: using Docker images, using a dedicated Linux VM image, or using a macOS VM image.
19+
This version of CircleCI enables you to run jobs in one of three environments: using Docker images, using a dedicated Linux VM image, or using a macOS VM image.
2020

2121
For building on Linux, there are tradeoffs to `docker` versus `machine`, as follows:
2222

@@ -61,7 +61,7 @@ In this example, all steps run in the container created by the first image liste
6161

6262
More details on the Docker Executor are available in the [Configuring CircleCI]({{ site.baseurl }}/2.0/configuration-reference/) document.
6363

64-
### Using Machine
64+
## Using Machine
6565

6666
The `machine` option will run your jobs in a dedicated, ephemeral Virtual Machine (VM) with the following technical specifications:
6767

@@ -111,7 +111,7 @@ jobs:
111111
docker_layer_caching: true # default - false
112112
```
113113

114-
### Using macOS
114+
## Using macOS
115115

116116
Using the `macos` executor allows you to run your job in a macOS environment on a VM. You can also specify which version of Xcode should be used. See the [Supported Xcode Versions section of the Testing iOS]({{ site.baseurl }}/2.0/testing-ios/#supported-xcode-versions) document for the complete list of version numbers. See the "Installed Software" links in that document for specific information about technical specifications (CPU, RAM, HD) for the VMs running each particular version of Xcode.
117117

0 commit comments

Comments
 (0)