Merge pull request #4906 from consul/update_ubuntu_image
Use the latest Ubuntu image to run tests and coveralls
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user