Skip to content

Commit d3d171c

Browse files
committed
update the cmake_install_test runner image to ubuntu 24.04 to pull in the latest nlohmann-json package for the es exporter
1 parent 96e2e96 commit d3d171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ jobs:
536536
537537
cmake_install_test:
538538
name: CMake install test
539-
runs-on: ubuntu-20.04
539+
runs-on: ubuntu-24.04
540540
steps:
541541
- uses: actions/checkout@v4
542542
with:

0 commit comments

Comments
 (0)