From 6cd196dee65bca3c715bee5d569276014f5ed62a Mon Sep 17 00:00:00 2001 From: Pranav Sharma Date: Tue, 5 Nov 2024 21:21:28 +0000 Subject: [PATCH] Update CI step to run on ubuntu-latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5f49540e4..e1bd2b49d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -926,7 +926,7 @@ jobs: w3c_trace_context_compliance_v1: name: W3C Distributed Tracing Validation V1 - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - name: Checkout open-telemetry/opentelemetry-cpp uses: actions/checkout@v4