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

@@ -21,7 +21,7 @@ jobs:
ref: [ master ]
name: ${{ matrix.ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Build wolfSSL
uses: wolfSSL/actions-build-autotools-project@v1