We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5077685 commit c9f27deCopy full SHA for c9f27de
.github/workflows/cross-ppc.yml
@@ -3,10 +3,11 @@ on: [push, pull_request]
3
concurrency:
4
group: ${{ github.workflow }}-${{ github.job }}-${{ github.ref }}
5
cancel-in-progress: true
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
- name: '${{ matrix.target.arch }}, ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}'
10
+ name: '${{ matrix.target.platform }}, ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}'
11
strategy:
12
matrix:
13
target:
0 commit comments