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 : ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_linux != null }}
@@ -123,7 +123,7 @@ jobs:
123123 attr : ${{ matrix.attr }}
124124
125125 build-checks-aarch64-darwin :
126- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
126+ name : ${{ matrix.name }} (aarch64-darwin)
127127 needs : checks-matrix
128128 runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
129129 if : ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_darwin != null }}
You can’t perform that action at this time.
0 commit comments