chore: remove linux test

This commit is contained in:
2025-12-06 20:12:37 +01:00
parent 140f5439a2
commit a349be7064

View File

@@ -31,7 +31,6 @@ jobs:
cpp_compiler: clang++
build_type: Release
name: macOS Clang arm64
- os: windows-latest
arch: x86_64
c_compiler: cl
@@ -39,14 +38,6 @@ jobs:
vs_arch: x64
build_type: Release
name: Windows MSVC x64
- os: ubuntu-latest
arch: x86_64
c_compiler: gcc
cpp_compiler: g++
build_type: Release
name: Linux GCC x86_64
steps:
- uses: actions/checkout@v4
with: