github linux workflow: explicitly specify version

This commit is contained in:
Thomas Farstrike
2026-03-24 10:00:08 +01:00
parent 236eccace7
commit afbd58ec5f
+1 -1
View File
@@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest # Ubuntu is Debian-based and commonly used in GitHub Actions
runs-on: ubuntu-24.04
steps:
- name: Checkout repository with submodules