From c2905a6ea9ea685c2e7bbfbe5db2f3bf63041990 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 16 Oct 2024 23:41:53 +0200 Subject: [PATCH] macos.yml: Drop macos-12 and add macos-15 --- .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 eb024bfa..f8173322 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -46,7 +46,7 @@ jobs: name: Perform checks strategy: matrix: - os: [macos-12, macos-14] + os: [macos-13, macos-15] include: - MODE: cmake-oos - MODE: distcheck