From ab95cdfc56a3ccb8f77144e2135496c46f4239c3 Mon Sep 17 00:00:00 2001 From: Antz Date: Thu, 24 Mar 2022 08:26:02 +0000 Subject: [PATCH] Update core_codestyle.yml Workflow Changes pt2. Based on the work of @Meltie2013 for MangosThree * Fix workflow compiler and default it to clang for now on --- .github/workflows/core_codestyle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core_codestyle.yml b/.github/workflows/core_codestyle.yml index 15641ee5..3f9a73e0 100644 --- a/.github/workflows/core_codestyle.yml +++ b/.github/workflows/core_codestyle.yml @@ -4,13 +4,13 @@ on: branches: [ master ] pull_request: branches: [ master ] - + jobs: check-codestyle: strategy: fail-fast: false - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: Check Codestyling steps: - uses: actions/checkout@v2