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