Skip to content

Commit b1144f8

Browse files
committed
run test suite on Ubuntu 22.04 for now due to oscrypto issue
1 parent a6b4a40 commit b1144f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ env:
88
PKCS11_TOKEN_SO_PIN: 5678
99
jobs:
1010
run:
11-
runs-on: ubuntu-latest
11+
# Run in Ubuntu 22.04 right now, as oscrypto fails on OpenSSL versions with a
12+
# double-digit patch number (such as provided by Ubuntu 24.04):
13+
# https://community.snowflake.com/s/article/Python-Connector-fails-to-connect-with-LibraryNotFoundError-Error-detecting-the-version-of-libcrypto
14+
# https://github.com/wbond/oscrypto/issues/78
15+
runs-on: ubuntu-22.04
1216
strategy:
1317
matrix:
1418
python-version:

0 commit comments

Comments
 (0)