diff --git a/.github/workflows/sifdecoder.yml b/.github/workflows/sifdecoder.yml index a9c9e44..afcf395 100644 --- a/.github/workflows/sifdecoder.yml +++ b/.github/workflows/sifdecoder.yml @@ -7,11 +7,11 @@ on: types: [opened, synchronize, reopened] jobs: build: - name: ${{ matrix.problems }} -- ${{ matrix.precision }} precision + name: ${{ matrix.os }} -- ${{ matrix.problems }} -- ${{ matrix.precision }} precision strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] version: ['12'] problems: ['sifcollection', 'maros-meszaros', 'netlib-lp'] precision: ['single', 'double', 'quadruple']