From 96ebdc56b2500c62aae0ff18546aa4c75010e42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Mon, 22 Jul 2024 14:41:50 +0900 Subject: [PATCH] chore(ci): Fix CI (#9316) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e0054a51645f..6a3909c292e5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -344,7 +344,7 @@ jobs: matrix: os: # - ubuntu-latest - - windows-latest + # - windows-latest - macos-latest steps: - uses: actions/checkout@v4