Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency ubuntu to v24 #300

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading