Add linux-x64 runtime to GitHub Actions workflow

This commit is contained in:
Ward
2025-11-07 18:32:16 +13:00
committed by GitHub
parent c31245ff5c
commit 8384ec4c86
+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