From 6cb6d3490a21600adb11a2c02eb32c688270f778 Mon Sep 17 00:00:00 2001 From: scheffle Date: Sun, 14 Jul 2024 12:25:49 +0200 Subject: [PATCH] update macOS runners --- .github/workflows/cmake_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_macos.yml b/.github/workflows/cmake_macos.yml index 9ea892ce0..5fe120fd7 100644 --- a/.github/workflows/cmake_macos.yml +++ b/.github/workflows/cmake_macos.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - os: [macos-11, macos-13] + os: [macos-12, macos-14] steps: - uses: actions/checkout@v4