diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7546c49..41d0381 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest] + os: [windows-latest, macos-latest] steps: - name: Check out Git repository @@ -25,9 +25,6 @@ jobs: - name: Install deps run: npm install - - name: Install snapcraft - run: sudo snap install snapcraft --classic - - name: Release env: GH_TOKEN: ${{ secrets.GH_TOKEN }}