Skip to content

Commit c659af7

Browse files
authored
Remove MacOS workarounds (#477)
MPICH 3.4 should have fixed pmodels/mpich#4710
1 parent 34ef6e8 commit c659af7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/UnitTests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ jobs:
2020
julia_arch: x86
2121
include:
2222
- os: macos-latest
23-
mpiexec_args: "-host localhost"
2423

2524
fail-fast: false
2625

2726
runs-on: ${{ matrix.os }}
2827
env:
29-
MPICH_INTERFACE_HOSTNAME: localhost
3028
JULIA_MPIEXEC_ARGS: ${{ matrix.mpiexec_args }}
3129

3230
steps:

0 commit comments

Comments
 (0)