Skip to content

Commit ebaaaf3

Browse files
committed
Update CI step to run on ubuntu-latest
1 parent 8dbf8e5 commit ebaaaf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,16 +926,16 @@ jobs:
926926

927927
w3c_trace_context_compliance_v1:
928928
name: W3C Distributed Tracing Validation V1
929-
runs-on: ubuntu-24.04
929+
runs-on: ubuntu-latest
930930
steps:
931931
- name: Checkout open-telemetry/opentelemetry-cpp
932932
uses: actions/checkout@v4
933933
with:
934934
submodules: 'recursive'
935935
- name: setup
936936
env:
937-
CC: /usr/bin/gcc-14
938-
CXX: /usr/bin/g++-14
937+
CC: /usr/bin/gcc-10
938+
CXX: /usr/bin/g++-10
939939
PROTOBUF_VERSION: 21.12
940940
run: |
941941
sudo -E ./ci/setup_googletest.sh

0 commit comments

Comments
 (0)