From da51d2f52fb757546df76800103f9267d0dc6598 Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Mon, 4 Nov 2024 22:47:30 +0530 Subject: [PATCH] fix: Deprecate macos-12 github action --- .github/workflows/mac-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index f84dd2c8..4918fdda 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -18,7 +18,7 @@ jobs: build: strategy: matrix: - os: [macos-12, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - name: Get checkout directory