Skip to content

Commit f0a048c

Browse files
committed
Don't use arch variable
1 parent 6588c0f commit f0a048c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tasks/matlab/github.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
path: matlab-arrow-ubuntu.tar.gz
6060

6161
macos:
62-
{% set arch = '${{ matrix.platform.architecture}}' %}
63-
name: {{ arch }} macOS MATLAB
62+
name: {{ '${{ matrix.platform.architecture}}' }} macOS MATLAB
6463
runs-on: macos-{{ '${{ matrix.platform.macos-version }}' }}
6564
strategy:
6665
matrix:

0 commit comments

Comments
 (0)