We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8eccb commit d0aab83Copy full SHA for d0aab83
.github/workflows/nix-build.yml
@@ -106,7 +106,7 @@ jobs:
106
echo matrix="$(python scripts/github-matrix.py checks)" >> "$GITHUB_OUTPUT"
107
108
build-checks-aarch64-linux:
109
- name: ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-darwin)
+ name: ${{matrix.postgresql_version}}.${{ matrix.name }} (aarch64-linux)
110
needs: checks-matrix
111
runs-on: ${{ matrix.runs_on.group && matrix.runs_on || matrix.runs_on.labels }}
112
if: ${{ fromJSON(needs.checks-matrix.outputs.matrix).aarch64_linux != null }}
0 commit comments