diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07476e764..0aa81607c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ permissions: jobs: tests: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 60 services: postgres: @@ -65,7 +65,7 @@ jobs: coveralls: permissions: contents: none - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest needs: tests env: CI_BUILD_NUMBER: ${{ github.run_number }}