From 3110f69e4ed879d4ffc7b22a8011e7d6e911af6b Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Tue, 8 Oct 2024 17:51:34 +0800 Subject: [PATCH] update Github action runner macOS to 12 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5a8e760..39d8ca31 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: run: ./configure && make && make test -k test-x86_64-osx: - runs-on: macos-11 + runs-on: macos-12 timeout-minutes: 2 steps: - uses: actions/checkout@v4