Skip to content

Commit

Permalink
Update CUTEst inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Apr 11, 2024
1 parent 115481e commit 9a0ab9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
compiler: gcc
version: '12'
sifdecode_input: '1\n1\nN1\nNyy'
cutest_input: '1\n1\nn\n1\n2\n2\nn\nn\ny\nd\ny\n'
cutest_input: '1\n1\nN1\n2\n2\nNNyDyN'
arch: 'pc64.lnx.gfo'
- os: macos-latest
compiler: gcc
version: '12'
sifdecode_input: '2\nN1\nNyy'
cutest_input: '2\nn\n4\n2\n2\nn\nn\ny\nd\ny\n'
cutest_input: '2\nN1\n2\n2\nNNyDyN'
arch: 'mac64.osx.gfo'
- os: ubuntu-latest
compiler: intel-classic
version: '2021.10'
sifdecode_input: '1\n1\nN2\nNyy'
cutest_input: '1\n1\nn\n2\nn\ny\n2\n8\nn\nn\ny\nd\ny\n'
cutest_input: '1\n1\nN2\n2\n8\nNNyDyN'
arch: 'pc64.lnx.ifr'
- os: macos-latest
compiler: intel-classic
version: '2021.10'
sifdecode_input: '2\nN2\nNyy'
cutest_input: '2\nn\n5\n2\n4\nn\nn\ny\nd\ny\n'
cutest_input: '2\nN2\n2\n4\nNNyDyN'
arch: 'mac64.osx.ifr'
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 9a0ab9f

Please sign in to comment.