Skip to content

Commit 6b311a8

Browse files
chore(deps): update dependency ubuntu to v24
1 parent d540d0f commit 6b311a8

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

@@ -343,7 +343,7 @@ jobs:
343343
permissions:
344344
contents: write
345345
timeout-minutes: 15
346-
runs-on: ubuntu-22.04
346+
runs-on: ubuntu-24.04
347347
needs: [ create-release, build-tauri, build-linux-bins ]
348348

349349
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

@@ -392,7 +392,7 @@ jobs:
392392
publish-release:
393393
permissions:
394394
contents: write
395-
runs-on: ubuntu-22.04
395+
runs-on: ubuntu-24.04
396396
needs: [ create-release, build-tauri, build-linux-bins ]
397397

398398
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

@@ -342,7 +342,7 @@ jobs:
342342
permissions:
343343
contents: write
344344
timeout-minutes: 15
345-
runs-on: ubuntu-22.04
345+
runs-on: ubuntu-24.04
346346
needs: [ create-release, build-tauri, build-linux-bins ]
347347

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