From 7d96554d490e3b20e1dedb128a4e4f40328037da Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 9 Sep 2026 08:23:37 +0200 Subject: [PATCH] two more place to use macOS-latest --- .github/workflows/build-majestic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-majestic.yml b/.github/workflows/build-majestic.yml index 3cf4c18a1..14b8c53d7 100644 --- a/.github/workflows/build-majestic.yml +++ b/.github/workflows/build-majestic.yml @@ -169,7 +169,7 @@ jobs: macos-haskell: name: Haskell (macOS) - runs-on: macOS-11 + runs-on: macOS-latest needs: macos-runtime steps: @@ -194,7 +194,7 @@ jobs: macos-python: name: Python (macOS) - runs-on: macOS-11 + runs-on: macOS-latest needs: macos-runtime env: EXTRA_INCLUDE_DIRS: /usr/local/include