Skip to content

Commit e471374

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

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: |
@@ -125,7 +125,7 @@ jobs:
125125
attr: ${{ matrix.attr }}
126126

127127
build-checks-aarch64-darwin:
128-
name: ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
128+
name: ${{ matrix.name }} (aarch64-darwin)
129129
needs: checks-matrix
130130
runs-on: ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
131131
if: |

0 commit comments

Comments
 (0)