From ee0ad37919e365915ca0f5878a74b3c0b1097218 Mon Sep 17 00:00:00 2001 From: rask24 Date: Mon, 22 Jan 2024 13:36:43 +0900 Subject: [PATCH] replace ubuntu with macos on ci test --- .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 502c22c..d9335ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: make test: name: test - runs-on: ubuntu-latest + runs-on: macos-12 steps: - name: Checkout repository uses: actions/checkout@v2