Attempt windows builds

This commit is contained in:
2024-10-03 02:41:13 -05:00
parent bc5c571488
commit 49a45affe3

View File

@@ -5,6 +5,8 @@ permissions:
on:
push:
branches:
- master
tags:
- 'v*.*.*'
paths-ignore:
@@ -39,10 +41,10 @@ jobs:
target: x86_64-apple-darwin
- os: macos-latest
target: aarch64-apple-darwin
# - os: windows-latest
# target: x86_64-pc-windows-msvc
# - os: windows-latest
# target: i686-pc-windows-msvc
- os: windows-latest
target: x86_64-pc-windows-msvc
- os: windows-latest
target: aarch64-pc-windows-mscc
runs-on: ${{ matrix.os }}
name: release-${{ matrix.target }}