We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01dd7a4 + 65200f4 commit c49d9f6Copy full SHA for c49d9f6
2 files changed
.github/workflows/docker-3.0.yml
@@ -15,7 +15,7 @@ env:
15
jobs:
16
17
deploy:
18
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
19
20
steps:
21
- name: Source checkout
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ${{ matrix.os }}
24
strategy:
25
matrix:
26
- os: ['ubuntu-20.04']
+ os: ['ubuntu-24.04']
27
perl: ['5.26']
28
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
29
0 commit comments