Skip to content

Commit

Permalink
ci: pin the version of ubuntu in the dispatcher workflow (#4057)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Dec 29, 2024
1 parent fe63220 commit b1daac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
inspect:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
if: false
steps:
- run: |
Expand Down

0 comments on commit b1daac5

Please sign in to comment.