From 46948826f4b4a9d587e0ebc78fcb6adf1a25322d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Wed, 17 Jan 2024 22:12:11 +0100 Subject: [PATCH] Update housekeeping-format.yml --- .github/workflows/housekeeping-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping-format.yml b/.github/workflows/housekeeping-format.yml index e57553a7e..b0d0e95dc 100644 --- a/.github/workflows/housekeeping-format.yml +++ b/.github/workflows/housekeeping-format.yml @@ -1,4 +1,4 @@ -name: "Housekeeping" +name: "Housekeeping: Formatter" on: push: branches: @@ -11,7 +11,7 @@ on: jobs: test: name: "mix format" - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 with: