Skip to content

Commit

Permalink
Merge pull request #288 from pllim/patch-1
Browse files Browse the repository at this point in the history
MNT: Replace ubuntu-20.04 with ubuntu-22.04 (try 2)
  • Loading branch information
ehpor authored Feb 18, 2025
2 parents 8dffdad + 7e09245 commit e3f5912
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: build_docs
steps:
- name: Deploy to GitHub Pages
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Linting

on:
workflow_dispatch:
branches:
- develop
pull_request:
types: [opened, synchronize, ready_for_review]
branches:
Expand All @@ -12,14 +10,14 @@ on:
jobs:
linter:
name: Flake8
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.7.6'
python-version: '3.7.16'
- name: Install flake8
run: |
python -m pip install flake8
Expand Down

0 comments on commit e3f5912

Please sign in to comment.