Update from Ubuntu 22.04 to Ubuntu 24.04 for several github workflows

This commit is contained in:
Josh Holtrop
2026-01-15 14:28:35 -05:00
parent c8867d8c52
commit 69fd8dc01f
46 changed files with 80 additions and 86 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
name: Build wolfSSL
if: github.repository_owner == 'wolfssl'
# Just to keep it the same as the testing target
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# This should be a safe limit for the tests to run.
timeout-minutes: 10
steps:
@@ -47,7 +47,7 @@ jobs:
ref: [ 2.6.1 ]
name: ${{ matrix.ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
# This should be a safe limit for the tests to run.
timeout-minutes: 20
needs: build_wolfssl