Skip to content

Commit 83ffed9

Browse files
authored
Update build.yml
1 parent 8d46360 commit 83ffed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
min_version_shell="$(cat meta/debian/control | grep '^Pre-Depends:' | tr ',' '\n' | grep -F -- 'python3 (>=' | cut -d '(' -f 2- | cut -d ')' -f 1 | cut -d ' ' -f 2 | cut -d . -f 2)"
364364
[ "$min_version_shell" -ge "$min_version_otel" ] || (echo "::error::Minimum version is $min_version_shell but otel requires at least $min_version_otel!" && exit 1)
365365
verify-deb-dependencies:
366-
runs-on: ubuntu-slim
366+
runs-on: ubuntu-latest
367367
permissions:
368368
contents: read
369369
actions: read

0 commit comments

Comments
 (0)