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 bedee44 commit 30f18ceCopy full SHA for 30f18ce
.github/workflows/main.yml
@@ -10,7 +10,7 @@ concurrency:
10
jobs:
11
lint:
12
timeout-minutes: 8
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
32
run: make ci-lint
33
unit:
34
35
36
37
38
@@ -46,7 +46,7 @@ jobs:
46
run: make ci-unit
47
integration:
48
49
50
51
52
0 commit comments