From 81ceac8ba34c8f9941e01b51e6220fdb24c90b41 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 22 Apr 2024 21:06:21 +0200 Subject: [PATCH] ci: revert to macos-12 GitHub Actions updated the latest macos image to macos-14 [1], which made both of our macos build jobs fail. This reverts to macos-12, which should fix CI for the moment. We can then look into migrating to macos-14 explicitly. [1]: https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/ --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 009377046..14e388022 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,7 +60,7 @@ jobs: macos: name: Nix - MacOS - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Setup Nix Environment @@ -95,7 +95,7 @@ jobs: # no artifact for Linux, because we use the static build - name: MacOS - runs-on: macos-latest + runs-on: macos-12 cache: | ~/.stack .stack-work