Skip to content

Commit 34eeed2

Browse files
committed
Specify macOS version in job name
1 parent f0a048c commit 34eeed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/matlab/github.yml

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

6161
macos:
62-
name: {{ '${{ matrix.platform.architecture}}' }} macOS MATLAB
62+
name: {{ '${{ matrix.platform.architecture}}' }} macOS { '${{ matrix.platform.macos-version }}' }} MATLAB
6363
runs-on: macos-{{ '${{ matrix.platform.macos-version }}' }}
6464
strategy:
6565
matrix:

0 commit comments

Comments
 (0)