From b9e1dbc72ff7358f971cc0b7c62c7a0d83f1068b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=E1=BA=A3i?= Date: Wed, 10 Dec 2025 19:54:29 +0700 Subject: [PATCH] fix(ci): exclude macos (#197) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 07bd9ba..b66ca50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -74,8 +74,8 @@ jobs: fail-fast: false matrix: os: + # macos is excluded from this test because node 12 is no longer available on this platform - ubuntu-latest - - macos-latest - windows-latest standalone: