From 7d1be5e02844b5cc55b3341c8a2bbb4faa1767be Mon Sep 17 00:00:00 2001 From: Akash Chandra Date: Mon, 4 Nov 2024 22:52:48 +0530 Subject: [PATCH] fix: deprecate macos-12 from github actions --- .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 1e33fa7..48e73cd 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -16,7 +16,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