Skip to content

Commit c28767f

Browse files
authored
Update ci.yml
1 parent c54deb3 commit c28767f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- os: ubuntu-latest
2525
- os: macos-latest
2626
gcc: 11
27-
- os: self-hosted
27+
- os: instinct
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Clone
@@ -47,7 +47,7 @@ jobs:
4747
run: sudo apt install tar wget make cmake gcc g++ python3 python3-dev "openmpi-*" libopenmpi-dev
4848

4949
- name: Setup
50-
if: matrix.os == 'self-hosted'
50+
if: matrix.os == 'instinct'
5151
run: |
5252
echo "export PATH=$PATH:/usr/lib64/openmpi/bin/" >> $GITHUB_ENV
5353
@@ -60,13 +60,13 @@ jobs:
6060
run: /bin/bash mfc.sh build -j $(nproc)
6161

6262
- name: Build
63-
if: matrix.os == 'self-hosted'
63+
if: matrix.os == 'instinct'
6464
run: |
6565
export PATH=$PATH:/usr/lib64/openmpi/bin/
6666
/bin/bash mfc.sh build -j $(nproc)
6767
6868
- name: Test Suite
69-
if: matrix.os == 'self-hosted'
69+
if: matrix.os == 'instinct'
7070
run: |
7171
export PATH=$PATH:/usr/lib64/openmpi/bin/
7272
/bin/bash mfc.sh test -j $(nproc) -b mpirun

0 commit comments

Comments
 (0)