Skip to content

Commit

Permalink
github: use ubuntu 20.04 runner for postgres
Browse files Browse the repository at this point in the history
It seems like Ubuntu 22.04 (current latest) terminates build jobs
because of high CPU usage sometimes (see
actions/runner-images#6680).

We attempt to fix this by using the older runner.
  • Loading branch information
guggero committed Sep 1, 2023
1 parent 8413f6d commit beb76bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
########################
integration-test-postgres:
name: run itests postgres
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: git checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit beb76bc

Please sign in to comment.