chore: update ubuntu and python versions (#61)

This commit is contained in:
Jonathan Gonzalez V
2023-06-13 14:40:19 +02:00
committed by GitHub
parent 9c8df435fb
commit e7be7616c4
2 changed files with 7 additions and 3 deletions

View File

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

View File

@@ -11,11 +11,15 @@ defaults:
jobs:
build:
runs-on: ubuntu-20.04
name: Run update script
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_GHA_PAT }}
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Run update script
uses: nick-fields/retry@v2
with: