From b5f91b0226bd78ca3bde3bc97e4427e63b5ca0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 14:04:22 +0900 Subject: [PATCH 1/3] FIX CI From 6d572fa7ffba2c4b3ed16160b449fe0ff338cc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 14:22:26 +0900 Subject: [PATCH 2/3] CI --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e0054a51645f..c391997f9e56 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -343,8 +343,8 @@ jobs: fail-fast: false matrix: os: - # - ubuntu-latest - - windows-latest + - ubuntu-latest + # - windows-latest - macos-latest steps: - uses: actions/checkout@v4 From c448d0153493f8be1321bb079170ad1773c2a0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 14:35:36 +0900 Subject: [PATCH 3/3] Ignore --- .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 c391997f9e56..6a3909c292e5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -343,7 +343,7 @@ jobs: fail-fast: false matrix: os: - - ubuntu-latest + # - ubuntu-latest # - windows-latest - macos-latest steps: