Skip to content

Commit 3aade1c

Browse files
committed
Run on ubuntu-20.04
1 parent 5b8a141 commit 3aade1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
rspec:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-20.04
1818
timeout-minutes: 30
1919
name: Ruby ${{ matrix.ruby }} - PG ${{ matrix.pg.from }} -> PG ${{ matrix.pg.to }}
2020
strategy:
@@ -96,7 +96,7 @@ jobs:
9696
run: bundle exec rspec
9797
build-push-image:
9898
if: startsWith(github.ref, 'refs/tags/v')
99-
runs-on: ubuntu-latest
99+
runs-on: ubuntu-20.04
100100
timeout-minutes: 30
101101
needs: [rspec]
102102
steps:

0 commit comments

Comments
 (0)