Skip to content

Commit

Permalink
Merge pull request #350 from fusion-energy/fixing-ci-option2
Browse files Browse the repository at this point in the history
pinned ubuntu version in ci
  • Loading branch information
shimwell authored Oct 13, 2024
2 parents 6ca21d8 + 7ab4ff9 commit 7d393ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.12"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
testing:
name: Documentation
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: checkout actions
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d393ee

Please sign in to comment.