Skip to content

Commit 88a4204

Browse files
authored
Update generate.yaml
1 parent 278a7ed commit 88a4204

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
name: generate
1616
jobs:
1717
generate_one:
18-
runs-on: 'ubuntu-20.04'
18+
runs-on: 'ubuntu-22.04'
1919
strategy:
2020
fail-fast: false
2121
max-parallel: 4
@@ -34,7 +34,7 @@ jobs:
3434
path: discovery-artifact-manager
3535
- uses: actions/setup-python@v5
3636
with:
37-
python-version: 3.8.10
37+
python-version: 3.8.18
3838
- run: |
3939
sudo apt update
4040
python3 --version

0 commit comments

Comments
 (0)