We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b746022 commit b2d769aCopy full SHA for b2d769a
dev/tasks/macros.jinja
@@ -298,7 +298,7 @@ env:
298
path: repo/libarrow/bin/windows
299
{% endif %}
300
{% if get_nix %}
301
- {% for openssl_version in ["1.0", "1.1", "3.0"] %}
+ {% for openssl_version in ["3.0"] %}
302
- name: Get Linux OpenSSL {{ openssl_version }} binary
303
uses: actions/download-artifact@v4
304
with:
@@ -307,7 +307,7 @@ env:
307
{% endfor %}
308
309
{% if get_mac %}
310
- {% for openssl_version in ["1.1", "3.0"] %}
311
{% for arch in ["x86_64", "arm64"] %}
312
- name: Get macOS {{ arch }} OpenSSL {{ openssl_version }} binary
313
0 commit comments