From 35a300c08dfe8d947f9fd30071aae50962c738de Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:02:33 +0100 Subject: [PATCH] Update codestyle.yml --- .github/workflows/codestyle.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 715c5e139f..3ebc47f3ad 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -4,11 +4,7 @@ on: jobs: triage: - strategy: - fail-fast: false - matrix: - os: [ubuntu-20.04] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest name: C++ if: github.repository == 'azerothcore/azerothcore-wotlk' steps: