Skip to content

Commit 9de10a1

Browse files
committed
run build on ubuntu-22.04 #27
mlocati/docker-php-extension-installer#1053 (comment) suggests that it might fix our build problems.
1 parent 275eb1a commit 9de10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
build:
3434
needs: buildmatrix
3535
name: Build Docker Image for ${{ matrix.release.type }}
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-22.04 # see dokuwiki/docker#27
3737
if: ${{ needs.buildmatrix.outputs.matrix != '[]' }}
3838
strategy:
3939
matrix: ${{fromJson(needs.buildmatrix.outputs.matrix)}}

0 commit comments

Comments
 (0)