Skip to content

Commit 5b21c88

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 5b21c88

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
@@ -7,7 +7,7 @@ on:
77
jobs:
88
buildmatrix:
99
name: Create Build Matrix
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
outputs:
1212
matrix: ${{ steps.set-matrix.outputs.matrix }}
1313
steps:

0 commit comments

Comments
 (0)