Skip to content

Commit

Permalink
Try linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed Aug 26, 2024
1 parent 060d664 commit 377827f
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,20 @@
name: CMOR Nightly Build
run-name: CMOR Nightly Build
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
on: push

jobs:
nightly:
name: Deploy nightly
strategy:
matrix:
runner:
- RUNNER_OS: 'macos-14'
OS: osx-arm64
OS_NAME: osx_arm64
MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
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
- RUNNER_OS: 'ubuntu-latest'
OS: linux-64
OS_NAME: linux_64
MINICONDA_INSTALLER_URL: https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
C_COMPILER: gcc_linux-64
FORTRAN_COMPILER: gfortran_linux-64
PROJECT_DIR: workdir/linux
python_version: ['3.10']
runs-on: ${{ matrix.runner.RUNNER_OS }}
env:
Expand Down

0 comments on commit 377827f

Please sign in to comment.