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: