Skip to content

Commit e8138ea

Browse files
Add ubuntu-latest to the matrix of test runners (#181)
* 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]>
1 parent a6fc4e1 commit e8138ea

File tree

4 files changed

+112
-100
lines changed

4 files changed

+112
-100
lines changed

.github/workflows/tests-core.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ on:
1111

1212
jobs:
1313
tests:
14-
runs-on: ubuntu-22.04
14+
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
python-version: ["3.10", "3.11", "3.12"]
19+
os: [ubuntu-22.04, ubuntu-latest]
1820
defaults:
1921
run:
2022
working-directory: ./

0 commit comments

Comments
 (0)