Skip to content

Commit b75bf94

Browse files
chore(deps): update dependency ubuntu to v24
1 parent ea39cab commit b75bf94

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

@@ -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: 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

@@ -375,7 +375,7 @@ jobs:
375375
publish-release:
376376
permissions:
377377
contents: write
378-
runs-on: ubuntu-22.04
378+
runs-on: ubuntu-24.04
379379
needs: [ create-release, build-tauri, build-linux-bins ]
380380

381381
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

@@ -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:

.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)