Skip to content

Commit

Permalink
Merge pull request #35 from ralna/fix_ci
Browse files Browse the repository at this point in the history
[CI] Fix the sequence on Mac
  • Loading branch information
amontoison authored Oct 23, 2023
2 parents 9f53bb0 + 6eb1139 commit 7385617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
arch: 'pc64.lnx.gfo'
- os: macos-latest
compiler: gnu
sifdecode_input: '2\nn\n1'
cutest_input: '2\nn\n1\n2\n2\nn\nn\ny\nd\ny\n'
sifdecode_input: '2\nn\n4'
cutest_input: '2\nn\n4\n2\n2\nn\nn\ny\nd\ny\n'
arch: 'mac64.osx.gfo'
- os: ubuntu-latest
compiler: intel
Expand All @@ -33,7 +33,7 @@ jobs:
- os: macos-latest
compiler: intel
sifdecode_input: '2\nn\n2\nn\ny'
cutest_input: '2\nn\n2\nn\ny\n2\n8\nn\nn\ny\nd\ny\n'
cutest_input: '2\nn\n5\n2\n4\nn\nn\ny\nd\ny\n'
# hpckit: 'https://registrationcenter-download.intel.com/akdlm/irc_nas/18977/m_HPCKit_p_2022.3.1.15344_offline.dmg'
hpckit: 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/18681/m_HPCKit_p_2022.2.0.158_offline.dmg'
script: 'install_macos.sh'
Expand Down

0 comments on commit 7385617

Please sign in to comment.