From 975b7cb05021b27b0ce760110ab649ea05f820df Mon Sep 17 00:00:00 2001 From: Andrew Huynh Date: Tue, 12 Nov 2024 14:46:21 -0800 Subject: [PATCH] testing windows build --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f7b161233..1e935a848 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,12 +10,12 @@ jobs: fail-fast: false matrix: include: - - platform: "macos-latest" - args: "--target universal-apple-darwin" - - platform: "ubuntu-24.04" - args: "" - # - platform: "windows-latest" + # - platform: "macos-latest" + # args: "--target universal-apple-darwin" + # - platform: "ubuntu-24.04" # args: "" + - platform: "windows-latest" + args: "" runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4