File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 echo matrix="$(python scripts/github-matrix.py checks)" >> "$GITHUB_OUTPUT"
107107
108108 build-checks-aarch64-linux :
109- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin )
109+ name : ${{ matrix.name }} (aarch64-linux )
110110 needs : checks-matrix
111111 runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
112112 if : |
@@ -127,7 +127,7 @@ jobs:
127127 attr : ${{ matrix.attr }}
128128
129129 build-checks-aarch64-darwin :
130- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
130+ name : ${{ matrix.name }} (aarch64-darwin)
131131 needs : checks-matrix
132132 runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
133133 if : |
You can’t perform that action at this time.
0 commit comments