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 4ede49c commit 2749e55Copy full SHA for 2749e55
.github/workflows/build.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
validate:
22
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
23
strategy:
24
fail-fast: false
25
matrix:
@@ -104,7 +104,7 @@ jobs:
104
file: ./coverage.txt
105
106
test-sandboxed:
107
108
steps:
109
-
110
name: Checkout
@@ -127,7 +127,7 @@ jobs:
127
file: ${{ env.DESTDIR }}//coverage.txt
128
129
build:
130
131
132
133
@@ -173,7 +173,7 @@ jobs:
173
files: ${{ env.DESTDIR }}/*
174
175
build-deb:
176
177
178
179
0 commit comments