Update code analysis workflow to run on ubuntu-latest for improved compatibility
Some checks failed
Code Analysis (JS/Vue) / analyze (push) Failing after 52s

This commit is contained in:
Torsten Schulz (local)
2025-12-19 17:28:47 +01:00
parent a323684f13
commit 164c5d9297

View File

@@ -7,7 +7,7 @@ on:
jobs:
analyze:
runs-on: gitea
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4