.github: Run tests on ubuntu 22.04

This commit is contained in:
Manuel Rüger 2025-01-09 15:55:58 +01:00
parent 96db0f8f24
commit 9cc00551ca

View File

@ -44,7 +44,7 @@ jobs:
# Executes Unit Tests
ci-unit-tests:
name: ci-unit-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4