From 3aedd682a6cd920dacf9363ec7d70f4be5d06e3c Mon Sep 17 00:00:00 2001 From: pajlada Date: Sat, 2 Nov 2019 12:18:18 +0100 Subject: [PATCH] Update check-formatting.yml --- .github/workflows/check-formatting.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 91655e238..37c98ef85 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -3,9 +3,10 @@ name: Check formatting on: [push] jobs: - build: - container: ubuntu:19.10 + runs-on: ubuntu-latest + container: + image: ubuntu:19.10 steps: - name: apt-get update