From 65fac0ac7832c82eb8e2cbc2f1fa5eb71f27605f Mon Sep 17 00:00:00 2001 From: rainyl Date: Wed, 1 May 2024 11:43:55 +0800 Subject: [PATCH] fix macos x64 build --- .github/workflows/build_test_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_release.yaml b/.github/workflows/build_test_release.yaml index 7a01c1c1..da94d5fc 100644 --- a/.github/workflows/build_test_release.yaml +++ b/.github/workflows/build_test_release.yaml @@ -174,7 +174,7 @@ jobs: dart test -x no-local-files build-macos: name: build-macos - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v4 with: