Browse Source

Add the "build-" prefix to the macOS/Ubuntu/Windows build jobs

pull/1786/head
Kévin Chalet 3 years ago
parent
commit
62e78934e6
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -20,7 +20,7 @@ permissions:
jobs:
build:
name: ${{ matrix.os }}
name: build-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:

Loading…
Cancel
Save