Skip to content

Commit 1866d9e

Browse files
committed
WIP
1 parent 8b34c83 commit 1866d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: |
196196
cd docker
197197
mkdir lnd && chmod 777 lnd
198-
docker compose pull --quiet
198+
docker compose pull
199199
docker compose up -d
200200
201201
# - name: Wait for electrum server and LND

.github/workflows/e2e-tests-intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: e2e-tests-intel
66

77
jobs:
88
docker:
9-
runs-on: macos-13
9+
runs-on: macos-15-intel
1010

1111
steps:
1212
- name: Checkout

0 commit comments

Comments
 (0)