We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45983c4 commit 3d94126Copy full SHA for 3d94126
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
concurrency:
20
group: ${{ github.head_ref || github.ref }}
21
cancel-in-progress: true
22
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-24.04'
23
steps:
24
- uses: actions/[email protected]
25
with:
0 commit comments