From de2fb61d17d981359cd8caa22fe70468bea17899 Mon Sep 17 00:00:00 2001 From: not-elm Date: Mon, 11 Aug 2025 01:58:30 +0900 Subject: [PATCH] update: temporary remove macos runner --- .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 f92c643..4367708 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: test: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4