1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-07-06 13:51:56 +02:00

Merge pull request 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
2 changed files with 2 additions and 2 deletions
.github/workflows

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

@ -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: