Skip to content

Commit ed1e16d

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 54846bc commit ed1e16d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/tauri-build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
permissions:
331331
contents: write
332332
timeout-minutes: 15
333-
runs-on: ubuntu-22.04
333+
runs-on: ubuntu-24.04
334334
needs: [ create-release, build-tauri, build-linux-bins ]
335335

336336
steps:

.github/workflows/tauri-build-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
publish-release:
332332
permissions:
333333
contents: write
334-
runs-on: ubuntu-22.04
334+
runs-on: ubuntu-24.04
335335
needs: [ create-release, build-tauri, build-linux-bins ]
336336

337337
steps:

.github/workflows/tauri-build-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
permissions:
328328
contents: write
329329
timeout-minutes: 15
330-
runs-on: ubuntu-22.04
330+
runs-on: ubuntu-24.04
331331
needs: [ create-release, build-tauri, build-linux-bins ]
332332

333333
steps:

0 commit comments

Comments
 (0)