From 61579163d97110c7ab76eeffc30c94d1760d995b Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Fri, 13 Dec 2024 21:22:05 +0530 Subject: [PATCH] use macos-14 as macos runner --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 970bf0e51b..bfae2dcff0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,10 +14,10 @@ jobs: strategy: matrix: os: - - macos-latest + - macos-14 - ubuntu-latest include: - - os: macos-latest + - os: macos-14 target: x86_64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-musl