diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f149ed6f..58050e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - "11.7" # Swift 5.2 - "12" # Swift 5.3 + name: "macOS (Xcode ${{ matrix.xcode }})" + steps: - name: Checkout uses: actions/checkout@v1 @@ -41,6 +43,8 @@ jobs: matrix: swift: ["5.3", "5.2"] + name: "Linux (Swift ${{ matrix.swift }})" + container: image: swift:${{ matrix.swift }}