Skip to content

Commit

Permalink
We are very indecisive
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Nov 26, 2022
1 parent ad368d3 commit b2868de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
doc-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.6.7'
python-version: '3.11.0'

# You can test your matrix by printing the current Python version
- name: Display Python version
Expand Down

0 comments on commit b2868de

Please sign in to comment.