Skip to content

Commit

Permalink
Use arm64 compilers for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Jun 24, 2024
1 parent a2f59a8 commit 0d5cbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d5cbb7

Please sign in to comment.