Skip to content

Commit

Permalink
Give some of the jobs nice, readable names
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed Jul 10, 2024
1 parent 9a304c8 commit 2ecc035
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:

jobs:
CMake:
name: macOS with Xcode ${{ matrix.xcode_version }}
strategy:
matrix:
xcode_version: ['15.0', '15.1', '15.2', '15.3', '15.4']
Expand All @@ -45,6 +46,7 @@ jobs:
- run: file /usr/local/lib/swift/macosx/libYams.dylib | grep "Mach-O 64-bit dynamically linked shared library arm64"

CMake_Linux:
name: Linux with Swift ${{ matrix.tag }}
strategy:
matrix:
tag: ['5.7', '5.8', '5.9', '5.10']
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/swiftpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ concurrency:

jobs:
Xcode_Monterey:
name: Xcode ${{ matrix.xcode_version }} on macOS 12
strategy:
matrix:
xcode_version: ['13.3.1', '13.4', '14.0.1', '14.1', '14.2']
Expand All @@ -42,6 +43,7 @@ jobs:
- run: YAMS_DEFAULT_ENCODING=UTF8 swift test --parallel

Xcode_Ventura:
name: Xcode ${{ matrix.xcode_version }} on macOS 13
strategy:
matrix:
xcode_version: ['14.3', '15.0']
Expand All @@ -64,6 +66,7 @@ jobs:
env: { 'CODECOV_TOKEN': '${{ secrets.CODECOV_TOKEN }}' }

Xcode_Sonoma:
name: Xcode ${{ matrix.xcode_version }} on macOS 14
strategy:
matrix:
xcode_version: ['15.4']
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:

jobs:
xcodebuild_Monterey:
name: Xcode ${{ matrix.xcode.version }} on macOS 12
strategy:
matrix:
xcode:
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
shell: bash

xcodebuild_Ventura:
name: Xcode ${{ matrix.xcode.version }} on macOS 13
strategy:
matrix:
xcode:
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
shell: bash

xcodebuild_Sonoma:
name: Xcode ${{ matrix.xcode.version }} on macOS 14
strategy:
matrix:
xcode:
Expand Down

0 comments on commit 2ecc035

Please sign in to comment.