Skip to content

Commit

Permalink
Downgrade CI to ubuntu-20.04
Browse files Browse the repository at this point in the history
Attempting to fix GitHub Action runner issue: The hosted runner: GitHub Actions
289 lost communication with the server. Anything in your workflow that
terminates the runner process, starves it for CPU/Memory, or blocks its network
access can cause this error.
  • Loading branch information
AgaDufrat committed Sep 4, 2024
1 parent 107505c commit 5525966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
run-rspec:
name: Run RSpec
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Setup Postgres
id: setup-postgres
Expand Down

0 comments on commit 5525966

Please sign in to comment.