diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index 713cf6a68..26a99508a 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -40,15 +40,6 @@ jobs: artifact-path: cmake-build/bin/libgodot-cpp.linux.template_release.x86_64.a run-tests: true - - name: 🐧 Linux (GCC, Makefiles, Double Precision) - os: ubuntu-22.04 - platform: linux - config-flags: -DCMAKE_BUILD_TYPE=Release -DGODOTCPP_PRECISION=double - artifact-name: godot-cpp-linux-glibc2.27-x86_64-double-release.cmake - artifact-path: cmake-build/bin/libgodot-cpp.linux.template_release.double.x86_64.a - flags: precision=double - run-tests: false - - name: 🏁 Windows (x86_64, MSVC) os: windows-2019 platform: windows diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index 96790bc9b..ce81df930 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -33,15 +33,6 @@ jobs: run-tests: true cache-name: linux-x86_64 - - name: 🐧 Linux (GCC, Double Precision) - os: ubuntu-22.04 - platform: linux - artifact-name: godot-cpp-linux-glibc2.27-x86_64-double-release - artifact-path: bin/libgodot-cpp.linux.template_release.double.x86_64.a - flags: precision=double - run-tests: false - cache-name: linux-x86_64-f64 - - name: 🏁 Windows (x86_64, MSVC) os: windows-2019 platform: windows