Use Ubuntu 24.04 in our workflows
This is what github actions currently uses when using ubuntu-latest, and what we recommend for new Consul Democracy installations.
This commit is contained in:
2
.github/workflows/db_schema.yml
vendored
2
.github/workflows/db_schema.yml
vendored
@@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
schema:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13.16
|
||||
|
||||
Reference in New Issue
Block a user