Skip to content

Commit 37b0d37

Browse files
committed
Set hostname to localhost on macOS
1 parent d0076d6 commit 37b0d37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd-wheel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
run: |
123123
# set macOS deployment target
124124
echo MACOSX_DEPLOYMENT_TARGET=11.0 >> $GITHUB_ENV
125+
# set hostname
126+
sudo hostname localhost
125127
# create gfortran symlink
126128
cd $(brew --prefix)/bin
127129
gfortran=$(ls gfortran-* | sort | head -n 1)

0 commit comments

Comments
 (0)