Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/ai-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

jobs:
check-ai-trailers:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
steps:
- name: Collect PR commit messages
id: collect
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/autocheckers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

outputs:
src: ${{ steps.changes.outputs.src }}
Expand All @@ -39,7 +39,7 @@ jobs:
- build/autoloaderchecker.sh

autoloader:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: bash ./build/autoloaderchecker.sh

autocheckers:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, autoloader, autocheckers]

if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-merge-eol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Only run on stableXX branches
if: startsWith( github.base_ref, 'stable')
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

steps:
- name: Set server major version environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-merge-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

if: github.event.pull_request.draft == false

runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

steps:
- name: Register server reference to fallback to master branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-outdated-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
block-outdated-3rdparty:
name: Block merging with outdated 3rdparty/

runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

steps:
- name: Check requirement
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/block-unconventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
block-unconventional-commits:
name: Block unconventional commits

runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bug-report-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
add-version-label:
if: contains(github.event.issue.title, '[Bug]')
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
permissions:
issues: write
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
nextcloudVersion = parseInt(versionMatch[1], 10);
label = nextcloudVersion + '-feedback';
}
if (label) {
try {
await github.rest.issues.addLabels({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
permissions:
# required for all workflows
security-events: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/command-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
init:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

# On pull requests and if the comment starts with `/compile`
if: github.event.issue.pull_request != '' && startsWith(github.event.comment.body, '/compile')
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
reactions: '-1'

process:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
needs: init

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command-pull-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
rebase:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
permissions:
contents: none
pull-requests: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
auto-approve-merge:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
env:
# env variable for maintainers: 'true' allows to auto-merge 1.0.2 -> 2.0.0
ALLOW_MAJOR: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/files-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
files-external:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

if: ${{ github.repository_owner != 'nextcloud-gmbh' }}

Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done
files-external-smb-kerberos:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

if: ${{ github.repository_owner != 'nextcloud-gmbh' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pull-requests: write
name: Block fixup and squash commits

runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

steps:
- name: Run check
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-dav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

outputs:
src: ${{ steps.changes.outputs.src}}
Expand All @@ -37,7 +37,7 @@ jobs:
- 'composer.lock'

integration-caldav:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
needs: changes

if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
caldav-integration-summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, integration-caldav]

if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-litmus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

outputs:
src: ${{ steps.changes.outputs.src}}
Expand All @@ -37,7 +37,7 @@ jobs:
- 'composer.lock'

integration-litmus:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04
needs: changes

if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
integration-litmus-summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, integration-litmus]

if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-s3-primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
integration-s3-primary:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

if: github.repository_owner != 'nextcloud-gmbh'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integration-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

outputs:
src: ${{ steps.changes.outputs.src}}
Expand All @@ -39,7 +39,7 @@ jobs:
- 'core/shipped.json'

integration-sqlite:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, integration-sqlite]

if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
permissions:
contents: read
pull-requests: read
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- '**.vue'

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, lint]

if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04

outputs:
src: ${{ steps.changes.outputs.src}}
Expand All @@ -42,7 +42,7 @@ jobs:
- '**.php'

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, lint]

if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
outputs:
src: ${{ steps.changes.outputs.src}}
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
- '**.php'

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, lint]

if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
changes:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
permissions:
contents: read
pull-requests: read
Expand All @@ -44,7 +44,7 @@ jobs:
- '**.vue'

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
summary:
permissions:
contents: none
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
needs: [changes, lint]

if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-dist-unchanged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
changed_files:
runs-on: ubuntu-latest-low
runs-on: ubuntu-26.04
name: Check node dist files
permissions:
pull-requests: read
Expand Down
Loading
Loading