diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4b42231..8312117 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,11 @@ jobs: ci: strategy: matrix: - config: + include: #- {os: macOS-latest} - {os: ubuntu-latest} - runs-on: ${{ matrix.config.os }} + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -36,4 +36,5 @@ jobs: run: ./run.sh run_tests #- name: Coverage + # if: ${{ matrix.os == 'ubuntu-latest' }} # run: ./run.sh coverage diff --git a/ChangeLog b/ChangeLog index e4776b5..7c64472 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2020-12-25 Dirk Eddelbuettel + + * .github/workflows/ci.yaml (jobs): + 2020-12-19 Dirk Eddelbuettel * .github/workflows/ci.yaml: Add CI runner using r-ci