Skip to content

Commit

Permalink
updates github action runner (ubuntu 22)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Sep 19, 2024
1 parent ccab74e commit 23731d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/scripts/run_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ echo
#sudo apt-get install -qq python-matplotlib

pip install --user --upgrade pip setuptools wheel
pip install --use --upgrade importlib-resources
pip install --user --upgrade matplotlib
pip install --user --only-binary=numpy numpy

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest,ubuntu-20.04]
os: [ubuntu-latest,ubuntu-22.04]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 23731d6

Please sign in to comment.