Just try release windows for now

This commit is contained in:
Will Chen
2025-04-11 10:21:34 -07:00
parent 4e577c1da8
commit e0a0212934

View File

@@ -6,11 +6,10 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: os: [
[ # { name: "linux", image: "ubuntu-latest" },
{ name: "linux", image: "ubuntu-latest" },
{ name: "windows", image: "windows-latest" }, { name: "windows", image: "windows-latest" },
{ name: "macos", image: "macos-latest" }, # { name: "macos", image: "macos-latest" },
] ]
runs-on: ${{ matrix.os.image }} runs-on: ${{ matrix.os.image }}
steps: steps: