Skip to content

Commit 7385617

Browse files
authored
Merge pull request #35 from ralna/fix_ci
[CI] Fix the sequence on Mac
2 parents 9f53bb0 + 6eb1139 commit 7385617

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
arch: 'pc64.lnx.gfo'
2121
- os: macos-latest
2222
compiler: gnu
23-
sifdecode_input: '2\nn\n1'
24-
cutest_input: '2\nn\n1\n2\n2\nn\nn\ny\nd\ny\n'
23+
sifdecode_input: '2\nn\n4'
24+
cutest_input: '2\nn\n4\n2\n2\nn\nn\ny\nd\ny\n'
2525
arch: 'mac64.osx.gfo'
2626
- os: ubuntu-latest
2727
compiler: intel
@@ -33,7 +33,7 @@ jobs:
3333
- os: macos-latest
3434
compiler: intel
3535
sifdecode_input: '2\nn\n2\nn\ny'
36-
cutest_input: '2\nn\n2\nn\ny\n2\n8\nn\nn\ny\nd\ny\n'
36+
cutest_input: '2\nn\n5\n2\n4\nn\nn\ny\nd\ny\n'
3737
# hpckit: 'https://registrationcenter-download.intel.com/akdlm/irc_nas/18977/m_HPCKit_p_2022.3.1.15344_offline.dmg'
3838
hpckit: 'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/18681/m_HPCKit_p_2022.2.0.158_offline.dmg'
3939
script: 'install_macos.sh'

0 commit comments

Comments
 (0)