From 28eb0e8fe3791119be0f6d3c12bfdb611062067f Mon Sep 17 00:00:00 2001 From: Lee *!* Clagett Date: Sun, 20 Jul 2025 20:53:16 -0400 Subject: [PATCH] Remove redundant workflows from CI --- .github/workflows/build-ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ubuntu.yml b/.github/workflows/build-ubuntu.yml index 4b72995..32880a1 100644 --- a/.github/workflows/build-ubuntu.yml +++ b/.github/workflows/build-ubuntu.yml @@ -4,7 +4,7 @@ on: push: branches: [ "master", "develop", "release-*" ] pull_request: - branches: [ "master", "develop", release-* ] + branches: [ "master", "develop", "release-*" ] env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, macos-latest, macos-14, macos-13] + os: [ubuntu-24.04, ubuntu-22.04, macos-14, macos-13] rmq: [WITH_RMQ=ON, WITH_RMQ=OFF] steps: - name: set apt conf (Debian based Linux)