Skip to content

Commit

Permalink
run test suite on Ubuntu 22.04 for now due to oscrypto issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 27, 2024
1 parent a6b4a40 commit b1144f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ env:
PKCS11_TOKEN_SO_PIN: 5678
jobs:
run:
runs-on: ubuntu-latest
# Run in Ubuntu 22.04 right now, as oscrypto fails on OpenSSL versions with a
# double-digit patch number (such as provided by Ubuntu 24.04):
# https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto
# https://github.com/wbond/oscrypto/issues/78
runs-on: ubuntu-22.04
strategy:
matrix:
python-version:
Expand Down

0 comments on commit b1144f8

Please sign in to comment.