Skip to content

Commit

Permalink
use ubuntu 22.04 for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed May 17, 2024
1 parent 7ee6035 commit e1f713d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: [push, pull_request]
jobs:

unittests_legacy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["2.7", "3.6"]
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
python setup.py test
unittests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.9", "3.10"]
Expand Down

0 comments on commit e1f713d

Please sign in to comment.