From abb22a23d1b434103a440f7f57a1319f78ee2c10 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Wed, 11 Mar 2026 11:56:49 -0400 Subject: [PATCH] ci: Move conventional commits workflow back to ubuntu-latest --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index a7e572c..ee56395 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -6,7 +6,7 @@ on: jobs: validate-pr-title: - runs-on: ubuntu-slim + runs-on: ubuntu-latest steps: - name: PR Conventional Commit Validation uses: ytanikin/pr-conventional-commits@1.5.1