Skip to content

Commit

Permalink
Run tests on Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Dec 11, 2024
1 parent d90c937 commit 85d6f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
build-n-test:
name: perl-${{ matrix.perl-version }}/${{ matrix.server-version }}/${{ matrix.client-version }}/dbi-${{ matrix.dbi-version }}
needs: build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
Expand Down

0 comments on commit 85d6f5d

Please sign in to comment.