From e7a0404d625fba5cc32567a913b3e60a7e42f01c Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 6 Jul 2023 11:37:48 -0400 Subject: [PATCH] Try macos-latest runner --- .github/workflows/current-eclipse-release-distro.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/current-eclipse-release-distro.yml b/.github/workflows/current-eclipse-release-distro.yml index 1535df41d..c34459f41 100644 --- a/.github/workflows/current-eclipse-release-distro.yml +++ b/.github/workflows/current-eclipse-release-distro.yml @@ -11,7 +11,7 @@ on: jobs: eclipse-language-servers-build: - runs-on: [self-hosted, macOS] + runs-on: macos-latest steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 - name: Set up JDK 17