Skip to content

Commit ea7a6f9

Browse files
committed
try macos latest
1 parent d079d11 commit ea7a6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
build-regtest:
9292
if: github.event.pull_request.draft == false
93-
runs-on: macos-15
93+
runs-on: macos-latest
9494

9595
steps:
9696
- name: Checkout
@@ -340,7 +340,7 @@ jobs:
340340
341341
e2e-tests-regtest:
342342
if: github.event.pull_request.draft == false
343-
runs-on: macos-15
343+
runs-on: macos-latest
344344
needs: [build-regtest, e2e-branch]
345345

346346
strategy:

0 commit comments

Comments
 (0)