diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 04a8548..a2da778 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ${{ matrix.os }} strategy: - matrix:s + matrix: os: [macos-latest, ubuntu-latest] python: ["3.10"]