From 177891ea0eed54eff996d81749cfbfb32156ae87 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 11 Apr 2023 17:50:29 +1000 Subject: [PATCH] ci: Fix check definitions CI job not running (#8503) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a4c267503..dc27805e5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: check-definitions: name: Check Definitions timeout-minutes: 5 - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.NODE_VERSION }}