From edc0d70f06c07ec86cb328ff8973feae1a7caf83 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Tue, 29 Oct 2024 05:35:45 +0800 Subject: [PATCH] Return MacOS workflow runner version to latest version. --- .github/workflows/build_ci_darwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ci_darwin.yml b/.github/workflows/build_ci_darwin.yml index 4eae5f1..cbfa337 100644 --- a/.github/workflows/build_ci_darwin.yml +++ b/.github/workflows/build_ci_darwin.yml @@ -16,7 +16,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-latest steps: - name: Checkout code