From f6b91b5da5a782286b9fa3d11bf4ebb2ef07089f Mon Sep 17 00:00:00 2001 From: Gil Forcada Codinachs Date: Tue, 7 Jan 2025 19:49:59 +0100 Subject: [PATCH] fix(ci): macos-12 is deprecated --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac2d133..a5ed5cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: matrix: os: - ["windows", "windows-latest"] - - ["macos", "macos-12"] + - ["macos", "macos-14"] config: # [Python version, tox env] - ["3.9", "test"]