Skip to content

Commit 6400e5b

Browse files
committed
fix: github workflow failure
1 parent eb69d78 commit 6400e5b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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-latest
12+
runs-on: ubuntu-22.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-latest
10+
runs-on: ubuntu-22.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-latest
10+
runs-on: ubuntu-22.04
1111
timeout-minutes: 90
1212
steps:
1313
- uses: actions/checkout@v4

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

Lines changed: 1 addition & 1 deletion
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-latest
11+
runs-on: ubuntu-22.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

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

Lines changed: 1 addition & 1 deletion
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-latest
11+
runs-on: ubuntu-22.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

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

Lines changed: 1 addition & 1 deletion
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-latest
11+
runs-on: ubuntu-22.04
1212
outputs:
1313
release_id: ${{ steps.create-release.outputs.result }}
1414

.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-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Event triggered by

0 commit comments

Comments
 (0)