Skip to content

Commit

Permalink
moar configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 5, 2024
1 parent aa6428e commit 2b42275
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/workflow-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ${{ matrix.runner}}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- runner: "macos-14"
Expand All @@ -32,12 +33,24 @@ jobs:
- runner: "macos-14"
browser: "webkit"
api: "webgpu"
- runner: "macos-14"
browser: "firefox"
api: "webgl2"
- runner: "macos-14"
browser: "firefox"
api: "webgpu"
- runner: "ubuntu-latest"
browser: "firefox"
api: "webgl2"
- runner: "ubuntu-latest"
browser: "firefox"
api: "webgpu"
- runner: "ubuntu-latest"
browser: "chromium"
api: "webgl2"
- runner: "ubuntu-latest"
browser: "chromium"
api: "webgpu"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 2b42275

Please sign in to comment.