Skip to content

different status on Ubuntu vs MacOS #37

different status on Ubuntu vs MacOS

different status on Ubuntu vs MacOS #37

Workflow file for this run

name: "Release"
on:
push:
permissions:
contents: write # required by build-test to comment on coverage but not used here.
defaults:
run:
shell: bash --noprofile --norc -x -eo pipefail {0}
jobs:
quick:
name: "DefaultR"
strategy:
fail-fast: false
matrix:
compiler: [gcc, clang]
ubuntu_version: [latest, 20.04]
uses: ./.github/workflows/build-test.yml
with:
server_version: main
ubuntu_version: ${{ matrix.ubuntu_version }}
compiler: ${{ matrix.compiler }}
repeat: 3