diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fe0ec17d1cc38a116c824edcd6d1ab965d751334..a4eba57ffce909cddd008719f89f65848f85367b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ on: jobs: validate: - name: Validate linux ghc-${{ matrix.ghc }} + name: Validate ubuntu-latest ghc-${{ matrix.ghc }} runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9a4c41f7984b4457fedd8de6ea8996b7943e898e..315b568af04af3ecedfd54666943efddde33a658 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ on: jobs: validate: - name: Validate macos ghc-${{ matrix.ghc }} + name: Validate macos-lastest ghc-${{ matrix.ghc }} runs-on: macos-latest continue-on-error: ${{ matrix.experimental }}