From b7033f321c760a011f7d8e375860d258beda51a7 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Fri, 26 Apr 2024 10:20:33 +0200 Subject: [PATCH] Use macos-12 runner images The macos-latest runner image is changed to point to macos-14 arm64. --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 37b1c4207..b3a169d68 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -43,7 +43,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-12] module: [rules_haskell, rules_haskell_nix, rules_haskell_tests] bzlmod: [true, false] ghc: @@ -139,7 +139,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] module: [rules_haskell, rules_haskell_tests] bzlmod: [true, false] ghc: