Skip to content

Commit e0bfe74

Browse files
committed
fix(ci): use correct architecture name in aarch64-linux builds
1 parent ed9415b commit e0bfe74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)