From 403e416e0584ad046f608cbf8694e5a869bc1e47 Mon Sep 17 00:00:00 2001 From: Kargatum Date: Thu, 13 May 2021 14:24:03 +0700 Subject: [PATCH] feat(CI): set only default version clang (#21) --- .github/workflows/core-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/core-build.yml b/.github/workflows/core-build.yml index 75da267..87ad24f 100644 --- a/.github/workflows/core-build.yml +++ b/.github/workflows/core-build.yml @@ -8,8 +8,8 @@ jobs: strategy: fail-fast: false matrix: - compiler: [clang6, clang9, clang10] - runs-on: ubuntu-20.04 + compiler: [clang] + runs-on: ubuntu-latest name: ${{ matrix.compiler }} env: COMPILER: ${{ matrix.compiler }} @@ -42,4 +42,4 @@ jobs: - name: Dry run run: source ./apps/ci/ci-worldserver-dry-run.sh - name: Check startup errors - run: source ./apps/ci/ci-error-check.sh \ No newline at end of file + run: source ./apps/ci/ci-error-check.sh