ci: github: fix ubuntu version to 22.04

This commit is contained in:
Marco Oliverio
2024-10-14 16:46:45 +00:00
parent 743a78dc85
commit 5d3f7c2528
35 changed files with 70 additions and 70 deletions

View File

@@ -22,7 +22,7 @@ jobs:
]
name: make check
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# This should be a safe limit for the tests to run.
timeout-minutes: 6
steps: