From f10028eaad30cf967262bad348d14e26275cbad8 Mon Sep 17 00:00:00 2001 From: tgodzik Date: Sun, 5 May 2024 15:59:43 +0200 Subject: [PATCH] chore: Update macos CI to use 12 instead of latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c546782..08c313a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - OS: ["ubuntu-latest", "macos-latest", "windows-latest"] + OS: ["ubuntu-latest", "macos-12", "windows-latest"] steps: - uses: actions/checkout@v4 with: