From a6a4694575e5866b64c12dfea7e29e0bfc15add5 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Fri, 17 Nov 2023 14:20:00 -0500 Subject: [PATCH] spotless needs Linux Signed-off-by: Justin Florentine --- .github/workflows/spotless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spotless.yml b/.github/workflows/spotless.yml index fd69313990b..bd2cad7ea9e 100644 --- a/.github/workflows/spotless.yml +++ b/.github/workflows/spotless.yml @@ -7,7 +7,7 @@ on: jobs: spotless: - runs-on: [ self-hosted ] + runs-on: [ self-hosted, Linux ] container: tmio/besu-build:1.0 timeout-minutes: 30 if: ${{ github.actor != 'dependabot[bot]' }}