From ad15e2b013fa6e0e2140f45ba3e0d3ad6cf15a04 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Tue, 9 Jul 2024 16:03:37 -0700 Subject: [PATCH] Fix path name --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 11550fab..bd8edf99 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -23,7 +23,7 @@ jobs: PROJECT_DIR: workdir/macos_arm64 - RUNNER_OS: 'macos-13' OS: osx-x64 - OS_NAME: osx_x64 + OS_NAME: osx_64 MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh C_COMPILER: clang_osx-x64 FORTRAN_COMPILER: gfortran_osx-x64