Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent 6400e5b commit b0d7db7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.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-22.04
runs-on: ubuntu-24.04
timeout-minutes: 90
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .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-22.04
runs-on: ubuntu-24.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
permissions:
contents: write
timeout-minutes: 15
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ create-release, build-tauri, build-linux-bins ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .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-22.04
runs-on: ubuntu-24.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down Expand Up @@ -331,7 +331,7 @@ jobs:
publish-release:
permissions:
contents: write
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ create-release, build-tauri, build-linux-bins ]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .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-22.04
runs-on: ubuntu-24.04
outputs:
release_id: ${{ steps.create-release.outputs.result }}

Expand Down Expand Up @@ -327,7 +327,7 @@ jobs:
permissions:
contents: write
timeout-minutes: 15
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [ create-release, build-tauri, build-linux-bins ]

steps:
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-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Event triggered by
Expand Down

0 comments on commit b0d7db7

Please sign in to comment.