Commit e310a0cb778212c261eeb5c984709192976d6170

Edward Thomson 2020-06-06T21:21:33

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a594146..851fa5f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -52,9 +52,12 @@ jobs:
     strategy:
       matrix:
         platform:
-        - - os: ubuntu-latest
-            image: 'ubuntu:xenial'
-        - - os: macos-latest
-        - - os: windows-latest
+        -
+          os: ubuntu-latest
+          image: 'ubuntu:xenial'
+        -
+          os: macos-latest
+        -
+          os: windows-latest
     name: Build
       runs-os: ${{ matrix.platform.os }}