Skip to content

Commit

Permalink
Update to GitHub Pages workflow
Browse files Browse the repository at this point in the history
Use the latest image and the currently highest tested Python version.
  • Loading branch information
wenzeslaus committed Jan 15, 2025
1 parent d4b4c50 commit 31e57e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.10
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 31e57e3

Please sign in to comment.