Update main.yml
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 }}