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 ecfd220 commit 1a85045Copy full SHA for 1a85045
.github/workflows/rubocop.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
rubocop:
11
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
12
13
steps:
14
- name: Checkout code
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ on:
unit_tests:
name: Unit tests
15
16
17
@@ -31,7 +31,7 @@ jobs:
31
32
smoke_tests:
33
name: Smoke tests
34
35
36
37
0 commit comments