From 5f5c67f318c34270c84e94fa7b8a07bea0600a2d Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Wed, 24 Apr 2024 09:38:16 +0200 Subject: [PATCH] Revert prometheus changes --- .github/workflows/prometheus.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prometheus.yml b/.github/workflows/prometheus.yml index 97ea44e6a..7aa9e8fd5 100644 --- a/.github/workflows/prometheus.yml +++ b/.github/workflows/prometheus.yml @@ -65,8 +65,7 @@ jobs: uses: actions/checkout@v3 with: repository: "open-telemetry/opentelemetry-cpp" - # Fails in unit tests: ref: "v1.15.0" - ref: "v1.12.0" + ref: "v1.11.0" path: "otel_cpp" submodules: "recursive" - name: run tests @@ -104,7 +103,7 @@ jobs: uses: actions/checkout@v3 with: repository: "open-telemetry/opentelemetry-cpp" - ref: "v1.15.0" + ref: "v1.11.0" path: "otel_cpp" submodules: "recursive" - name: setup