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:
106
106
echo matrix="$(python scripts/github-matrix.py checks)" >> "$GITHUB_OUTPUT"
107
107
108
108
build-checks-aarch64-linux :
109
- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin )
109
+ name : ${{ matrix.name }} (aarch64-linux )
110
110
needs : checks-matrix
111
111
runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
112
112
if : ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_linux != null }}
@@ -123,7 +123,7 @@ jobs:
123
123
attr : ${{ matrix.attr }}
124
124
125
125
build-checks-aarch64-darwin :
126
- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
126
+ name : ${{ matrix.name }} (aarch64-darwin)
127
127
needs : checks-matrix
128
128
runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
129
129
if : ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_darwin != null }}
You can’t perform that action at this time.
0 commit comments