Skip to content

Commit 84da656

Browse files
committed
Change Dockerfile.git to -alpine / upgrade Ubuntu
1 parent 286bc15 commit 84da656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- '**.html'
1313
- 'LICENSE'
1414
- 'Dockerfile'
15-
- 'Dockerfile.git'
15+
- 'Dockerfile-alpine'
1616

1717
permissions:
1818
contents: read
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: ['ubuntu-22.04']
25+
os: ['ubuntu-24.04']
2626
perl: ['5.26']
2727
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)