maint: It's time we retire clang (#121)

This commit is contained in:
6arelyFuture 2025-03-22 18:16:46 +01:00 committed by GitHub
parent f93539b5e7
commit df6cb666a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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