Skip to content

TEMP: test macos CI

TEMP: test macos CI #2

Workflow file for this run

name: nightly
on:
workflow_dispatch: ~
# Run at 20:00 UTC every day (on default branch)
schedule:
- cron: '0 20 * * *'
push: ~
jobs:
ci:
strategy:
matrix:
name:
- gnu@macos-13-arm
- gnu@macos-13-x86
include:
- name: gnu@macos-13-arm
labels: [self-hosted, platform-builder-macosx-13.4.1-arm64]
os: macos-13-arm
compiler: gnu
compiler_cc: gcc
compiler_cxx: g++
compiler_fc: gfortran
- name: gnu@macos-13-x86
labels: [self-hosted, platform-builder-macosx-13.4.1-x86_64]
os: macos-13-x86
compiler: gnu
compiler_cc: gcc
compiler_cxx: g++
compiler_fc: gfortran
runs-on: ${{ matrix.labels }}
env:
DEP_TREE: |
ecbuild: ~
libaec:
deps:
- ecbuild
eccodes:
deps:
- libaec
- ecbuild
steps:
- uses: ecmwf-actions/reusable-workflows/build-package-with-config@v2
with:
repository: ecmwf/eccodes@${{ github.sha }}
build_config: .github/ci-config.yml