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