mirror of
https://github.com/anrieff/libcpuid
synced 2025-10-03 11:01:30 +00:00
CI: rename some jobs with better names
This commit is contained in:
parent
543c3ac17d
commit
55ddd70513
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build_win:
|
||||
name: Build
|
||||
name: Build on Windows ${{ matrix.platform.bitness }} as ${{ matrix.config }}
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
|
@ -1,5 +1,5 @@
|
|||
# Simple workflow for deploying static content to GitHub Pages
|
||||
name: Deploy static content to Pages
|
||||
name: Deploy HTML docs to Pages
|
||||
|
||||
on:
|
||||
# Runs on pushes targeting the default branch
|
Loading…
Add table
Add a link
Reference in a new issue