Commit 7f6f2790d4ca3ba7b05aa2721a6e793453e48382

Edward Thomson 2020-06-06T21:20:51

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 0472782..a594146 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 }}