From f0031ffd1d6aea437726883c85e71bf1533820a7 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 7 Oct 2024 13:59:14 +0200 Subject: [PATCH] (actions) run linting on ubuntu-latest --- .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 140b64be..a50f285f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4