diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b73eed8..a2517052 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: setenv: | WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }} GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }} - FFTW_DIR: /usr/local/lib/ + FFTW_DIR: /opt/homebrew/opt/fftw/lib/ cache-path: ${{ needs.data.outputs.path }} cache-key: data-${{ needs.data.outputs.hash }} envs: | diff --git a/.github/workflows/ci_cron.yml b/.github/workflows/ci_cron.yml index 44a718e5..5da51270 100644 --- a/.github/workflows/ci_cron.yml +++ b/.github/workflows/ci_cron.yml @@ -61,7 +61,7 @@ jobs: setenv: | WEBBPSF_PATH: ${{ needs.data.outputs.webbpsf_path }} GALSIM_CAT_PATH: ${{ needs.data.outputs.galsim_cat_path }} - FFTW_DIR: /usr/local/lib/ + FFTW_DIR: /opt/homebrew/opt/fftw/lib/ cache-path: ${{ needs.data.outputs.path }} cache-key: data-${{ needs.data.outputs.hash }} envs: |