Skip to content

Commit

Permalink
Add ubuntu-latest to the matrix of test runners (#181)
Browse files Browse the repository at this point in the history
* Don't clutter logs with info about generic dropin

* Add ubuntu-latest to unit tests

This is currently failing due to an issue with oscrypto and newer openssl wbond/oscrypto#78 (comment)

* fix oscrypto version for ubuntu 24 compatibility (boto3 too see #180)

---------

Co-authored-by: msramalho <[email protected]>
  • Loading branch information
pjrobertson and msramalho authored Jan 24, 2025
1 parent a6fc4e1 commit e8138ea
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 100 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests-core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-22.04, ubuntu-latest]
defaults:
run:
working-directory: ./
Expand Down
Loading

0 comments on commit e8138ea

Please sign in to comment.