Skip to content

Commit c49d9f6

Browse files
authored
Merge pull request #2654 from testssl/drwetter-patch-1
Update workflows to Ubuntu 24.04
2 parents 01dd7a4 + 65200f4 commit c49d9f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-3.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616

1717
deploy:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- name: Source checkout

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.os }}
2424
strategy:
2525
matrix:
26-
os: ['ubuntu-20.04']
26+
os: ['ubuntu-24.04']
2727
perl: ['5.26']
2828
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)