Merge pull request #2654 from testssl/drwetter-patch-1

Update workflows to Ubuntu 24.04
This commit is contained in:
Dirk Wetter 2025-02-12 16:22:28 +01:00 committed by GitHub
commit c49d9f67fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ env:
jobs:
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Source checkout

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04']
os: ['ubuntu-24.04']
perl: ['5.26']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps: