From 017be9dfda421173afa64e7d251e1647878a8fac Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Mon, 26 Jan 2026 11:55:10 +0600 Subject: [PATCH] ci: enable ci on win --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01c6ada..95910cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [ubuntu-latest, windows-latest, macos-latest] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] + # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code @@ -45,8 +45,8 @@ jobs: needs: build strategy: matrix: - # os: [ubuntu-latest, windows-latest, macos-latest] - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] + # os: [ubuntu-latest, macos-latest] steps: - name: Checkout code