Merge pull request #1178 from Materialious/workflow-fix

Add linux-x64 runtime to GitHub Actions workflow
This commit is contained in:
Ward
2025-11-07 05:35:36 +00:00
committed by GitHub
+3
View File
@@ -19,10 +19,13 @@ jobs:
matrix:
node-version: [latest]
runtime:
- linux-x64
- win-x64
- osx-x64
include:
- runtime: linux-x64
os: ubuntu-latest
- runtime: osx-x64
os: macOS-latest
- runtime: win-x64