Skip to content

Commit

Permalink
run more configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 5, 2024
1 parent f6bdeb3 commit aa6428e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/workflow-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ jobs:
- runner: "macos-14"
browser: "chromium"
api: "webgpu"
- runner: "macos-14"
browser: "webkit"
api: "webgl2"
- runner: "macos-14"
browser: "webkit"
api: "webgpu"
- runner: "ubuntu-latest"
browser: "firefox"
api: "webgl2"
- runner: "ubuntu-latest"
browser: "firefox"
api: "webgpu"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit aa6428e

Please sign in to comment.