Skip to content

Commit 33621cd

Browse files
committed
build ubuntu version update
1 parent 91315a4 commit 33621cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
|| github.ref == 'refs/heads/preview'
158158
|| startsWith(github.event.ref, 'refs/tags/')
159159
)
160-
runs-on: ubuntu-20.04
160+
runs-on: ubuntu-24.04
161161
strategy:
162162
matrix:
163163
targetPlatform:
@@ -207,7 +207,7 @@ jobs:
207207
|| github.ref == 'refs/heads/preview'
208208
|| startsWith(github.event.ref, 'refs/tags/')
209209
)
210-
runs-on: ubuntu-20.04
210+
runs-on: ubuntu-24.04
211211
needs: [ extract, release ]
212212
environment:
213213
name: ${{ needs.extract.outputs.network }}

0 commit comments

Comments
 (0)