Just try release windows for now
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user