From 5337932fd876ad1e9718f1ed0f3faebdfa0906b3 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 27 Jul 2020 14:36:58 +0200 Subject: [PATCH] fix: lock Ubuntu version for Cypress (#39322) --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index ba95b22793..9187ff1c2c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -17,7 +17,7 @@ jobs: # our .npmrc sets a default version to 0, and prevents download. This installs it. CYPRESS_INSTALL_BINARY: '4.6.0' name: Cypress run - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 services: mongodb: image: mongo:3.5.5