From 3b1d926dae6b3fd3e7630a84dd2bb5bdeeb94c44 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Mon, 24 Jan 2022 14:55:00 -0500 Subject: [PATCH] [ghactions] Correction to build.yml for macos-11 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c53a9af0..ea3ff7ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: python3-nbsphinx - name: Install homebrew dependencies - if: matrix.os == 'macos-12' + if: matrix.os == 'macos-11' run: | brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas pip3 install mako numpy scipy mpi4py