Skip to content

Commit

Permalink
try ubuntu rolling release, rather than the razors edge..
Browse files Browse the repository at this point in the history
  • Loading branch information
gshipman authored May 23, 2023
1 parent 7d65760 commit 9112e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-rolling
steps:
- name: Install Gnuplot
run: sudo apt -y install gnuplot
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: ubuntu-rolling
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9112e24

Please sign in to comment.