Skip to content

Commit

Permalink
EE-1467: use runner ubuntu-24.04 instead of ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
matanengber-orca committed Dec 15, 2024
1 parent 2017afe commit 128b500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: [push]

jobs:
test-otlp-output:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: A job to test OTLP output
steps:
# To use this repository's private action,
Expand Down

0 comments on commit 128b500

Please sign in to comment.