From 0d5cbb7ba21e1347560164250749725ea71d6e55 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Sun, 23 Jun 2024 22:26:42 -0700 Subject: [PATCH] Use arm64 compilers for test environment --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 7759c10d..23c87738 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -19,8 +19,8 @@ jobs: MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh PROJECT_DIR: workdir/macos CONDA_FORGE_CHANNEL: conda-forge - C_COMPILER: clang_osx-64 - FORTRAN_COMPILER: gfortran_osx-64 + C_COMPILER: clang_osx-arm64 + FORTRAN_COMPILER: gfortran_osx-arm64 steps: - name: Checkout uses: actions/checkout@v4