From 18cbd4627abf13040b4d3b3bbf0846a3d1838d84 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sun, 15 Dec 2024 00:25:35 +0100 Subject: [PATCH] CI: modernize macos versions --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f6821b9b..8e65a839 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ jobs: build_and_test: strategy: matrix: - os: [macos-14, macos-13, macos-12] + os: [macos-15, macos-14, macos-13] name: ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: