diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3414a83c..31ea73a3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -27,6 +27,7 @@ concurrency: jobs: CMake: + name: CMake on macOS with Xcode ${{ matrix.xcode_version }} strategy: matrix: xcode_version: ['15.0', '15.1', '15.2', '15.3', '15.4'] @@ -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: CMake on Linux with Swift ${{ matrix.tag }} strategy: matrix: tag: ['5.7', '5.8', '5.9', '5.10'] diff --git a/.github/workflows/swiftpm.yml b/.github/workflows/swiftpm.yml index bc97fdbf..118c7021 100644 --- a/.github/workflows/swiftpm.yml +++ b/.github/workflows/swiftpm.yml @@ -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'] @@ -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'] @@ -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'] diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 65674568..5a039662 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -27,6 +27,7 @@ concurrency: jobs: xcodebuild_Monterey: + name: Xcode ${{ matrix.xcode.version }} on macOS 12 strategy: matrix: xcode: @@ -63,6 +64,7 @@ jobs: shell: bash xcodebuild_Ventura: + name: Xcode ${{ matrix.xcode.version }} on macOS 13 strategy: matrix: xcode: @@ -97,6 +99,7 @@ jobs: shell: bash xcodebuild_Sonoma: + name: Xcode ${{ matrix.xcode.version }} on macOS 14 strategy: matrix: xcode: