We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1268808 commit 7a6ecb3Copy full SHA for 7a6ecb3
.github/workflows/pre-commit.yml
@@ -11,15 +11,15 @@ on:
11
12
jobs:
13
pre-commit:
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
steps:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-python@v5
18
with:
19
python-version: 3.10.x
20
- uses: ruby/setup-ruby@v1
21
env:
22
- ImageOS: ubuntu20
+ ImageOS: ubuntu24
23
24
ruby-version: '2.7'
25
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
0 commit comments