Skip to content

Commit d295b2b

Browse files
committed
Complete updating Linux CI to use ubuntu 22.0.4 as 20.0.4 is no longer supported
1 parent e4dd982 commit d295b2b

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.github/workflows/build_and_test_full.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
working-directory: opentelemetry-matlab
2626
run: echo "latest_tag=$(sed -re 's/^v?([[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+)?.*/\1/' <<< $(git describe --tags --abbrev=0))" >> $GITHUB_OUTPUT
2727
build-and-run-tests-ubuntu:
28-
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
29-
# Instead, run on ubuntu-20.04
3028
runs-on: ubuntu-22.04
3129
needs: get_version
3230
env:
@@ -57,8 +55,6 @@ jobs:
5755
with:
5856
select-by-folder: opentelemetry-matlab/test
5957
code-coverage-build-and-run-tests-ubuntu:
60-
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
61-
# Instead, run on ubuntu-20.04
6258
runs-on: ubuntu-22.04
6359
needs: get_version
6460
env:

.github/workflows/build_and_test_simple.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
working-directory: opentelemetry-matlab
2727
run: echo "latest_tag=$(sed -re 's/^v?([[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+)?.*/\1/' <<< $(git describe --tags --abbrev=0))" >> $GITHUB_OUTPUT
2828
build-and-run-tests-ubuntu:
29-
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
30-
# Instead, run on ubuntu-20.04
3129
runs-on: ubuntu-22.04
3230
needs: get_version
3331
env:

.github/workflows/create_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
- '[0-9]+.[0-9]+.[0-9]+'
66
jobs:
77
build-ubuntu:
8-
# Running on ubuntu-latest would use a glibc version that is incompatible when using the built mex files on a Debian 11
9-
# Instead, run on ubuntu-20.04
108
runs-on: ubuntu-22.04
119
env:
1210
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"

0 commit comments

Comments
 (0)