Merge pull request #4906 from consul/update_ubuntu_image

Use the latest Ubuntu image to run tests and coveralls
This commit is contained in:
Senén Rodero
2022-08-22 18:04:01 +02:00
committed by GitHub

View File

@@ -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 }}