Skip to content

Commit b2d769a

Browse files
committed
Update macros to not look for openSSL 1.0 and 1.1
1 parent b746022 commit b2d769a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tasks/macros.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ env:
298298
path: repo/libarrow/bin/windows
299299
{% endif %}
300300
{% if get_nix %}
301-
{% for openssl_version in ["1.0", "1.1", "3.0"] %}
301+
{% for openssl_version in ["3.0"] %}
302302
- name: Get Linux OpenSSL {{ openssl_version }} binary
303303
uses: actions/download-artifact@v4
304304
with:
@@ -307,7 +307,7 @@ env:
307307
{% endfor %}
308308
{% endif %}
309309
{% if get_mac %}
310-
{% for openssl_version in ["1.1", "3.0"] %}
310+
{% for openssl_version in ["3.0"] %}
311311
{% for arch in ["x86_64", "arm64"] %}
312312
- name: Get macOS {{ arch }} OpenSSL {{ openssl_version }} binary
313313
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)