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 91315a4 commit 33621cdCopy full SHA for 33621cd
.github/workflows/build.yml
@@ -157,7 +157,7 @@ jobs:
157
|| github.ref == 'refs/heads/preview'
158
|| startsWith(github.event.ref, 'refs/tags/')
159
)
160
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
161
strategy:
162
matrix:
163
targetPlatform:
@@ -207,7 +207,7 @@ jobs:
207
208
209
210
211
needs: [ extract, release ]
212
environment:
213
name: ${{ needs.extract.outputs.network }}
0 commit comments