Skip to content

Commit 1ec20a4

Browse files
committed
Run tests on Ubuntu 22.04
The newer version doesn't have some packages we need (ncurses). Maybe they have a new version or name, but we can investigate that later.
1 parent 29b5059 commit 1ec20a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
build-n-test:
267267
name: perl-${{ matrix.perl-version }}/${{ matrix.server-version }}/${{ matrix.client-version }}/dbi-${{ matrix.dbi-version }}
268268
needs: build-matrix
269-
runs-on: ubuntu-latest
269+
runs-on: ubuntu-22.04
270270
strategy:
271271
fail-fast: false
272272
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)