Skip to content

Commit

Permalink
fix: github workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypa committed Dec 11, 2024
1 parent eb69d78 commit 6400e5b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/desktop-linux-test-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
test-desktop-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-desktop-tests-on-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

testDesktopLinux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-desktop-tests-on-pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:

testDesktopLinux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
create-release:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-build-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
create-release:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tauri-build-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
create-release:
permissions:
contents: write
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-phcode-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-tasks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Event triggered by
Expand Down

0 comments on commit 6400e5b

Please sign in to comment.