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 : |
@@ -125,7 +125,7 @@ jobs:
125
125
attr : ${{ matrix.attr }}
126
126
127
127
build-checks-aarch64-darwin :
128
- name : ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
128
+ name : ${{ matrix.name }} (aarch64-darwin)
129
129
needs : checks-matrix
130
130
runs-on : ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
131
131
if : |
You can’t perform that action at this time.
0 commit comments