We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ed3e6 commit f18a41cCopy full SHA for f18a41c
.github/workflows/linux_builds.yml
@@ -4,8 +4,8 @@ on:
4
5
jobs:
6
linux:
7
- runs-on: "ubuntu-22.04"
8
- name: 📐 Build ${{ matrix.arch.runner }}
+ runs-on: ${{ matrix.arch.runner }}
+ name: 📐 Build ${{ matrix.arch.id }}
9
strategy:
10
fail-fast: false
11
matrix:
0 commit comments