From 1427518d3a79df375eb51f71e4310da4d2587cdb Mon Sep 17 00:00:00 2001 From: Nguyen Marc Date: Tue, 7 Jan 2025 20:33:52 +0100 Subject: [PATCH] fix(ci): macos 12 is deprecated --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 3aa9ebb..15c8a41 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -356,7 +356,7 @@ jobs: strategy: fail-fast: true matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }}