mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-04-13 04:56:05 +02:00
Merge pull request #2654 from testssl/drwetter-patch-1
Update workflows to Ubuntu 24.04
This commit is contained in:
commit
c49d9f67fa
2
.github/workflows/docker-3.0.yml
vendored
2
.github/workflows/docker-3.0.yml
vendored
@ -15,7 +15,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Source checkout
|
- name: Source checkout
|
||||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu-20.04']
|
os: ['ubuntu-24.04']
|
||||||
perl: ['5.26']
|
perl: ['5.26']
|
||||||
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user