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

@@ -18,7 +18,7 @@ jobs:
build_library:
name: Compile libwolfssl.so
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
container:
@@ -42,7 +42,7 @@ jobs:
compile_container:
name: Compile container
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: 2
needs: build_library