CI: Fix unsupported runner, use ubuntu-24.04

This commit is contained in:
Jan Wagner 2025-04-18 12:36:01 +02:00 committed by hoellen
parent 54e9f1feda
commit 19dc754372

View File

@ -8,7 +8,7 @@ on:
jobs:
build:
name: Scan current image & report results
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"
steps:
- name: Checkout code
uses: actions/checkout@v2