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 Sep 26, 2024
1 parent 9f29701 commit f049f77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

tests-maria:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: 28.X.X • 🐘8.1 • 🐍3.10 • Maria
timeout-minutes: 60

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:

tests-pgsql:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: 28.X.X • 🐘8.2 • 🐍3.11 • PgSQL
env:
NC_dbname: nextcloud_abz
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:

tests-oci:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: stable28 • 🐘8.1 • 🐍3.11 • OCI
timeout-minutes: 60

Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:

tests-latest-maria:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: ${{ matrix.nextcloud }} • 🐘8.2 • 🐍3.10 • Maria
strategy:
fail-fast: false
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:

test-latest-pgsql:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: ${{ matrix.nextcloud }} • 🐘8.2 • 🐍3.11 • PgSQL
strategy:
fail-fast: false
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:

tests-client-sqlite:
needs: [analysis]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: ${{ matrix.nextcloud }} • 🐍3.12 • Client
strategy:
fail-fast: false
Expand Down Expand Up @@ -911,7 +911,7 @@ jobs:
needs: [tests-maria, tests-pgsql, tests-oci, tests-latest-maria, test-latest-pgsql, tests-client-sqlite]
permissions:
contents: none
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
name: Upload Coverage
steps:
- uses: actions/checkout@v4
Expand All @@ -933,7 +933,7 @@ jobs:
tests-success:
permissions:
contents: none
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [tests-upload-coverage]
name: Tests-OK
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build_wheels:
if: "contains(github.event.head_commit.message, '[publish]')"
name: Build Wheels
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
needs: [build_wheels]
if: "contains(github.event.head_commit.message, '[publish]')"
name: Upload to PyPi
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f049f77

Please sign in to comment.