ci: update CI config to use ubuntu-latest runner

This commit is contained in:
2025-05-27 12:47:09 +02:00
parent fdc22c957d
commit 63ce0b8d5e

View File

@ -9,7 +9,8 @@ on:
jobs: jobs:
lint-and-test: lint-and-test:
name: Lint, Test & Build name: Lint, Test & Build
runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -45,6 +46,7 @@ jobs:
security-audit: security-audit:
name: Security Audit name: Security Audit
runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository