Skip to content

Commit f48cb22

Browse files
committed
change transport for MacOS tests
1 parent b82d723 commit f48cb22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
PDC:
1212
runs-on: macos-latest
1313
timeout-minutes: 60
14+
env:
15+
HG_TRANSPORT: "sockets"
1416

1517
steps:
1618
- uses: actions/checkout@v3

.github/workflows/ubuntu.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
PDC:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 60
16+
env:
17+
HG_TRANSPORT: "ofi+tcp"
1618

1719
steps:
1820
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)