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 f63406f commit 2b69b0bCopy full SHA for 2b69b0b
.github/workflows/build.yml
@@ -10,13 +10,13 @@
10
# See the License for the specific language governing permissions and
11
# limitations under the License.
12
#
13
-name: PR Check CI (build)
+name: Build
14
15
on:
16
pull_request:
17
18
jobs:
19
- build-linux:
+ Linux:
20
runs-on: ubuntu-18.04
21
env:
22
DOCKER_BUILDKIT: 1
@@ -66,7 +66,7 @@ jobs:
66
cd testing
67
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
68
69
- build-macos:
+ macOS:
70
runs-on: macos-10.15
71
72
strategy:
0 commit comments