Skip to content

Commit e332103

Browse files
committed
chore: Use newer version as 20.04 is EOL soon (see actions/runner-images#11101)
1 parent b001f7a commit e332103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env: {}
1010
jobs:
1111
lint:
1212
name: Code Quality
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414

1515
steps:
1616
- name: Set up Python

0 commit comments

Comments
 (0)