Skip to content

Commit 1958f08

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 54fb12d commit 1958f08

7 files changed

Lines changed: 10 additions & 10 deletions

.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

@@ -344,7 +344,7 @@ jobs:
344344
permissions:
345345
contents: write
346346
timeout-minutes: 15
347-
runs-on: ubuntu-22.04
347+
runs-on: ubuntu-24.04
348348
needs: [ create-release, build-tauri, build-linux-bins ]
349349

350350
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

@@ -393,7 +393,7 @@ jobs:
393393
publish-release:
394394
permissions:
395395
contents: write
396-
runs-on: ubuntu-22.04
396+
runs-on: ubuntu-24.04
397397
needs: [ create-release, build-tauri, build-linux-bins ]
398398

399399
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

@@ -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/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)