Skip to content

Commit

Permalink
try ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman authored May 24, 2023
1 parent ec641d3 commit e607dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install Gnuplot
run: sudo apt -y install gnuplot
- name: Install Sphinx
run: sudo pip install --pre sphinx
run: sudo pip install sphinx
- name: Install Sphinx RTD Theme
run: sudo pip install sphinx-rtd-theme
- name: Install Sphinx Markdown Builder
Expand All @@ -57,7 +57,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit e607dbd

Please sign in to comment.