We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5351252 commit 5ee03a7Copy full SHA for 5ee03a7
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
run:
11
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-latest'
12
13
strategy:
14
matrix:
.github/workflows/code-coverage.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
6
7
services:
postgres:
0 commit comments