Skip to content

Commit

Permalink
Try the sifdecoder on Mac Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 19, 2024
1 parent a94d9a0 commit fde48f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sifdecoder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit fde48f4

Please sign in to comment.