From c8c5ef1263352a31e98da95dc239a4735a702687 Mon Sep 17 00:00:00 2001 From: Miguel Biron-Lattes Date: Fri, 26 Apr 2024 09:49:15 -0700 Subject: [PATCH] use macos-12 on brew tests --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 557ffb04f..a6a23081f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -100,7 +100,7 @@ jobs: version: - '1' os: - - macos-latest + - macos-12 # temporary fix for https://github.com/JuliaParallel/MPI.jl/issues/828 mpi: - mpich - openmpi