From 27a3e4a475fee24d0e8fafca93f50ff57165b7ea Mon Sep 17 00:00:00 2001 From: Bartosz Sokorski Date: Mon, 25 Nov 2024 21:19:00 +0100 Subject: [PATCH] Update macos image used in CI --- .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 10e59977..9cfc8805 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - os: Windows image: windows-2022 - os: macOS - image: macos-12 + image: macos-14 defaults: run: shell: bash