Skip to content

Commit 85d6f5d

Browse files
committed
Run tests on Ubuntu 22.04
1 parent d90c937 commit 85d6f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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)