Skip to content

Commit 5ba0670

Browse files
committed
Use ubuntu-24.04 for pre-commit
1 parent 26b7fbe commit 5ba0670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ on:
1111

1212
jobs:
1313
pre-commit:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.10.x
2020
- uses: ruby/setup-ruby@v1
2121
env:
22-
ImageOS: ubuntu20
22+
ImageOS: ubuntu24
2323
with:
2424
ruby-version: '2.7'
2525
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)