Skip to content

Commit

Permalink
Add macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Aug 26, 2024
1 parent 6197090 commit aa84d0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
C_COMPILER: clang_osx-arm64
FORTRAN_COMPILER: gfortran_osx-arm64
PROJECT_DIR: workdir/macos_arm64
- RUNNER_OS: 'macos-13'
OS: osx-64
OS_NAME: osx_64
MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
C_COMPILER: clang_osx-64
FORTRAN_COMPILER: gfortran_osx-64
PROJECT_DIR: workdir/macos_64
python_version: ['3.10']
runs-on: ${{ matrix.runner.RUNNER_OS }}
env:
Expand Down

0 comments on commit aa84d0c

Please sign in to comment.