From 169e7b79838071540789669b49660efd0765285c Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 7 Jul 2023 12:35:35 -0400 Subject: [PATCH] Switch debug workflow to highly available runner --- .github/workflows/debug-test-flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug-test-flow.yml b/.github/workflows/debug-test-flow.yml index ecde2d191..e25e8f59c 100644 --- a/.github/workflows/debug-test-flow.yml +++ b/.github/workflows/debug-test-flow.yml @@ -4,7 +4,7 @@ on: jobs: eclipse-distro-build: - runs-on: [self-hosted, macOS] + runs-on: ubuntu-latest steps: - name: Timestamp id: timestamp