From 03787217d8a5af6bbc07f0ed36ca8a35436db898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= <2642849+elopez@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:49:03 -0300 Subject: [PATCH] ci, release: pin macOS runners to the correct architectures (#1244) --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b17b4874..7cee2c1d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - os: ubuntu-20.04 shell: bash container: "{\"image\": \"elopeztob/alpine-haskell-stack-echidna:ghc-9.4.7\", \"options\": \"--user 1001\"}" - - os: macos-latest + - os: macos-13 # x86_64 macOS shell: bash - os: windows-latest shell: msys2 {0} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50df82be0..1eabc9c77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,10 +25,10 @@ jobs: name: Linux (x86_64) tuple: x86_64-linux timeout: 180 - - os: macos-latest + - os: macos-13 name: macOS (x86_64) tuple: x86_64-macos - - os: macos-latest-xlarge + - os: macos-14 name: macOS (aarch64) tuple: aarch64-macos steps: