Skip to content

Commit

Permalink
Try to change platform in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Jun 17, 2023
1 parent 793586a commit da098f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-latest]
os: [ubuntu-22.04, windows-2019, macos-latest]
python-version: [3.6, 3.8]
include:
- os: windows-2019
Expand Down Expand Up @@ -105,7 +105,6 @@ jobs:
- name: Install momi engine (Linux).
if: runner.os == 'Linux'
run: |
pip3 install --upgrade distutils
pip3 install momi
- name: Check installations of packages.
Expand Down

0 comments on commit da098f9

Please sign in to comment.