From c3ca2943abb89ef08ed0cae222000e232762f3d7 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 11 Oct 2024 03:17:28 +0800 Subject: [PATCH] Changed MacOS runner version to latest. --- .github/workflows/build_ci_darwin.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_ci_darwin.yml b/.github/workflows/build_ci_darwin.yml index ae7c53a..f9573b0 100644 --- a/.github/workflows/build_ci_darwin.yml +++ b/.github/workflows/build_ci_darwin.yml @@ -7,10 +7,7 @@ on: jobs: build: - strategy: - matrix: - os: [ macos-12, macos-13, macos-14 ] - runs-on: ${{ matrix.os }} + runs-on: macos-latest steps: - name: Checkout code