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.
2 parents 3f97cf3 + 81f7ebe commit 9df2c77Copy full SHA for 9df2c77
.github/workflows/build.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
validate:
22
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
23
strategy:
24
fail-fast: false
25
matrix:
@@ -114,7 +114,7 @@ jobs:
114
token: ${{ secrets.CODECOV_TOKEN }}
115
116
test-sandboxed:
117
118
steps:
119
-
120
name: Set up Docker Buildx
@@ -135,7 +135,7 @@ jobs:
135
136
137
build:
138
139
140
141
name: Checkout
@@ -181,7 +181,7 @@ jobs:
181
files: ${{ env.DESTDIR }}/*
182
183
build-deb:
184
185
186
187
0 commit comments