Skip to content

Commit

Permalink
Fix ubuntu version in test for decidim issue #13513
Browse files Browse the repository at this point in the history
  • Loading branch information
HHassig committed Oct 11, 2024
1 parent 8f54e50 commit dba6abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:11
Expand Down

0 comments on commit dba6abe

Please sign in to comment.