Skip to content

Commit d38fc9d

Browse files
committed
Fix CI pipeline by using runner ubuntu-22.04 - cf. #1333
1 parent 4a577df commit d38fc9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ on: # cf. https://github.community/t/how-to-trigger-an-action-on-push-or-pull-r
1010

1111
jobs:
1212
check-reference-pdf-files:
13-
runs-on: ubuntu-latest
13+
# Note: there is currently an issue with ubuntu-latest==ubuntu-24.04 / OpenSSL 3.0.13 / oscrypto:
14+
# https://github.com/py-pdf/fpdf2/issues/1333
15+
runs-on: ubuntu-22.04
1416
steps:
1517
- name: Checkout 🛎️
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)