diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c98753d4..8ffb04cc 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -64,7 +64,12 @@ jobs: strategy: matrix: - type: [macos, windows, linux, web] + type: + - macos + - windows + - linux + # Disabled because forever hanging on GitHub Actions + # - web include: - type: macos os: macos-latest