Skip to content

Commit

Permalink
Merge pull request #5 from orcasecurity/EE-1467.use-ubuntu-2404-inste…
Browse files Browse the repository at this point in the history
…ad-of-latest

EE-1467: use runner ubuntu-24.04 instead of ubuntu-latest
  • Loading branch information
matanengber-orca authored Dec 16, 2024
2 parents 2017afe + 128b500 commit 04c2d01
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 04c2d01

Please sign in to comment.