Skip to content

Commit cd1b3d7

Browse files
chore(deps): update dependency ubuntu to v24
1 parent ccf88d2 commit cd1b3d7

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/desktop-linux-test-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency:
99

1010
jobs:
1111
test-desktop-linux:
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
timeout-minutes: 90
1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/prod-desktop-tests-on-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
testDesktopLinux:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
timeout-minutes: 90
1212
steps:
1313
- uses: actions/checkout@v4

.github/workflows/staging-desktop-tests-on-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
testDesktopLinux:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
timeout-minutes: 90
1212
steps:
1313
- uses: actions/checkout@v4

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
create-release:
99
permissions:
1010
contents: write
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

@@ -334,7 +334,7 @@ jobs:
334334
permissions:
335335
contents: write
336336
timeout-minutes: 15
337-
runs-on: ubuntu-22.04
337+
runs-on: ubuntu-24.04
338338
needs: [ create-release, build-tauri, build-linux-bins ]
339339

340340
steps:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
create-release:
99
permissions:
1010
contents: write
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

@@ -379,7 +379,7 @@ jobs:
379379
publish-release:
380380
permissions:
381381
contents: write
382-
runs-on: ubuntu-22.04
382+
runs-on: ubuntu-24.04
383383
needs: [ create-release, build-tauri, build-linux-bins ]
384384

385385
steps:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
create-release:
99
permissions:
1010
contents: write
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-24.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

@@ -331,7 +331,7 @@ jobs:
331331
permissions:
332332
contents: write
333333
timeout-minutes: 15
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/update-phcode-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build-tasks:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Event triggered by

0 commit comments

Comments
 (0)