Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shstat1729 authored Oct 30, 2024
1 parent c2da775 commit 5076edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout code
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Build documentation
run: |
conda activate qe-mini-example
sphinx-build -b html docs/ docs/_build/html
sphinx-build -b html docs/ docs/_build/html

0 comments on commit 5076edc

Please sign in to comment.