From 3ebb1c86c7bb3ac2d928e781248a300d0aa37517 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 20 Aug 2021 12:45:10 +0300 Subject: [PATCH] Back to safe haven We'll try this out slowly --- .github/workflows/buildAndDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndDeploy.yml b/.github/workflows/buildAndDeploy.yml index a183f49a90..69c48d4c3e 100644 --- a/.github/workflows/buildAndDeploy.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-java@v1 with: - java-version: '11' + java-version: '8' # Runs a set of commands using the runners shell - name: check