From 9dfd731226b8d9761f50b464f39058094d5ff463 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Thu, 21 Nov 2024 18:20:20 +0200 Subject: [PATCH] The macOS 12 Actions runner image is deprecated --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b451864..ffef4ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: test-macos: strategy: matrix: - os: [macos-12, macos-13, macos-14, macos-15] + os: [macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4