Skip to content

Commit

Permalink
fixing ubuntu version for now (related to this: https://github.com/or…
Browse files Browse the repository at this point in the history
  • Loading branch information
zoccoler committed Apr 24, 2024
1 parent 7ccd229 commit dd48037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-latest, windows-latest] #, macos-latest]
platform: [ubuntu-20.04, windows-latest] #, macos-latest]
python-version: ['3.8', '3.9', '3.10']

steps:
Expand Down

0 comments on commit dd48037

Please sign in to comment.