From f6eb5eea44c6d7b3697ea6d3589c6ae6c111ad42 Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:43:51 +0700 Subject: [PATCH] chore: update ci --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd5f28a2..10bb40cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,8 @@ jobs: args: "--target x86_64-apple-darwin" - platform: "macos-latest" # for Intel & Arm based macs. args: "--target universal-apple-darwin" - #- platform: 'ubuntu-22.04' - # args: '' - #- platform: 'windows-latest' - # args: '--target x86_64-pc-windows-msvc' + - platform: 'windows-latest' + args: '--target x86_64-pc-windows-msvc' runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4