Skip to content

Commit

Permalink
pinned ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Oct 13, 2024
1 parent 6ca21d8 commit 7ab4ff9
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 7ab4ff9

Please sign in to comment.