From da9225a1c730f186c4b1abd9f8819660e5c68da3 Mon Sep 17 00:00:00 2001 From: Wolf2323 Date: Wed, 16 Apr 2025 23:50:44 +0200 Subject: [PATCH] updated editorconfig's worflow ubuntu version to always use latest --- .github/workflows/editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml index 06e3a1d..a47cd98 100644 --- a/.github/workflows/editorconfig.yml +++ b/.github/workflows/editorconfig.yml @@ -3,7 +3,7 @@ on: [ push, pull_request ] jobs: editorconfig: - runs-on: ubuntu-25.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Activate lf line ending check in editorconfig