From b76d444a8b90c4fe8b53ac59d9fc88fbbf2b301c Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Wed, 18 Dec 2024 16:59:48 +0530 Subject: [PATCH] change macos-14 to macos-13 --- .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 bfae2dcff0..3c817fa440 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,10 +14,10 @@ jobs: strategy: matrix: os: - - macos-14 + - macos-13 - ubuntu-latest include: - - os: macos-14 + - os: macos-13 target: x86_64-apple-darwin - os: ubuntu-latest target: x86_64-unknown-linux-musl