From df6cb666a6f4f301a5dd1edcceea41e780dd457f Mon Sep 17 00:00:00 2001 From: Diamante Date: Sat, 22 Mar 2025 18:16:46 +0100 Subject: [PATCH] maint: It's time we retire clang (#121) --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bd5db4..752c098 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ concurrency: cancel-in-progress: true env: - PREMAKE_VERSION: "5.0.0-beta2" + PREMAKE_VERSION: "5.0.0-beta5" jobs: build: @@ -27,7 +27,6 @@ jobs: - release compiler: - msvc - - clang steps: - name: Check out files uses: actions/checkout@main