Commit f551022200662eed7bdf7ff72431f20c0dd0f883

Edward Thomson 2020-06-06T21:18:42

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 299667e..0472782 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -52,9 +52,9 @@ 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 }}