From 50cde494304b28e8a71039d96951f4fde8a62d9c Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Mon, 28 Jul 2025 12:01:27 +0200 Subject: [PATCH] update MacMini runner tags --- .github/workflows/e2e-ios.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-ios.yml b/.github/workflows/e2e-ios.yml index cad63c5a4..10ce70405 100644 --- a/.github/workflows/e2e-ios.yml +++ b/.github/workflows/e2e-ios.yml @@ -10,11 +10,11 @@ concurrency: env: E2E_TESTS: 1 # build without transform-remove-console babel plugin - DEBUG: 'lnurl* lnurl server' + DEBUG: "lnurl* lnurl server" jobs: e2e: - runs-on: self-hosted + runs-on: [self-hosted, macOS] steps: - name: Checkout