mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-11-22 08:35:17 +01:00
Merge pull request #2654 from testssl/drwetter-patch-1
Update workflows to Ubuntu 24.04
This commit is contained in:
2
.github/workflows/docker-3.0.yml
vendored
2
.github/workflows/docker-3.0.yml
vendored
@@ -15,7 +15,7 @@ env:
|
||||
jobs:
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- name: Source checkout
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user