Skip to content

Commit

Permalink
Don't use arch variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed May 29, 2024
1 parent 6588c0f commit f0a048c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/tasks/matlab/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
path: matlab-arrow-ubuntu.tar.gz

macos:
{% set arch = '${{ matrix.platform.architecture}}' %}
name: {{ arch }} macOS MATLAB
name: {{ '${{ matrix.platform.architecture}}' }} macOS MATLAB
runs-on: macos-{{ '${{ matrix.platform.macos-version }}' }}
strategy:
matrix:
Expand Down

0 comments on commit f0a048c

Please sign in to comment.