Skip to content

Commit

Permalink
Add ubuntu-latest to unit tests
Browse files Browse the repository at this point in the history
This is currently failing due to an issue with oscrypto and newer openssl wbond/oscrypto#78 (comment)
  • Loading branch information
pjrobertson committed Jan 21, 2025
1 parent 4580489 commit 20c6be3
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 20c6be3

Please sign in to comment.