forked from repo-mirrors/cnpg-postgres-containers
chore: update ubuntu and python versions (#61)
This commit is contained in:
committed by
GitHub
parent
9c8df435fb
commit
e7be7616c4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ env:
|
||||
jobs:
|
||||
generate-jobs:
|
||||
name: Generate Jobs
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
strategy: ${{ steps.generate-jobs.outputs.strategy }}
|
||||
steps:
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
needs: generate-jobs
|
||||
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
|
||||
name: ${{ matrix.name }}
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
Reference in New Issue
Block a user