From 402a14422c86451eae6955dcf408a3e2d7fdf81c Mon Sep 17 00:00:00 2001 From: shengchenyang <15538221825@163.com> Date: Mon, 24 Jun 2024 17:17:45 +0800 Subject: [PATCH] ci: update macos test environment --- .github/workflows/tests-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-macos.yml b/.github/workflows/tests-macos.yml index b5f61c9..ff743a7 100644 --- a/.github/workflows/tests-macos.yml +++ b/.github/workflows/tests-macos.yml @@ -7,7 +7,7 @@ concurrency: jobs: tests: - runs-on: macos-11 + runs-on: macos-latest steps: - uses: actions/checkout@v4