Revert "Merge pull request #8072 from rizlik/github-fix"

This reverts commit 0f8b4dbc63, reversing
changes made to 743a78dc85.
This commit is contained in:
Andras Fekete
2024-10-15 12:39:01 -04:00
parent 0f8b4dbc63
commit a5331d406c
35 changed files with 70 additions and 70 deletions

View File

@@ -17,7 +17,7 @@ jobs:
name: Build wolfSSL
# Just to keep it the same as the testing target
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 4
steps:
@@ -47,7 +47,7 @@ jobs:
ref: [ 1.11.0 ]
name: ${{ matrix.ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# This should be a safe limit for the tests to run.
timeout-minutes: 8
needs: build_wolfssl