Skip to content

Commit

Permalink
Use consistent naming of jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 28, 2023
1 parent cc765e6 commit 0f8fd79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: main
jobs:

linux:
name: 'Linux (x64) (Q8/Q16/Q16-HDRI)'
name: 'Linux (Q8/Q16/Q16-HDRI, x64)'
container:
image: mcr.microsoft.com/dotnet/sdk:6.0
runs-on: ubuntu-latest
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: build/shared/test.Magick.NET.sh OpenMP

linux_musl:
name: 'Linux musl (x64) (Q8/Q16/Q16-HDRI)'
name: 'Linux musl (Q8/Q16/Q16-HDRI, x64)'
container:
image: mcr.microsoft.com/dotnet/sdk:6.0-alpine
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: build/shared/test.Magick.NET.sh OpenMP

linux_arm64:
name: 'Linux arm64 (Q8/Q16/Q16-HDRI)'
name: 'Linux (Q8/Q16/Q16-HDRI, arm64)'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 0f8fd79

Please sign in to comment.