diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c003d1e..6cd474d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout @@ -22,6 +22,6 @@ jobs: - run: npm run vscode:prepublish - run: npm run unitTests - name: Run tests - uses: GabrielBB/xvfb-action@v1.0 + uses: coactions/setup-xvfb@main with: run: npm test