From 3ac7c3d4f32f01fcb3eabe4e41f76cfc4dce31d7 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 10 Aug 2026 19:12:10 +0800 Subject: [PATCH] chore(ci): add latest macOS runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00ddcc8c..8b7c78c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] # Steps represent a sequence of tasks that will be executed as part of the job steps: