Skip to content

Commit

Permalink
ci: Pin lint CI to ubuntu:22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Dec 31, 2024
1 parent c0410ec commit 240d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
generic:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
BUILD_VERSION: latest # Computed
GITHUB_PULL_REQUEST: ${{ github.event.number }}
Expand Down

0 comments on commit 240d13f

Please sign in to comment.