Skip to content
Snippets Groups Projects
Commit 5459fb98 authored by Javier Neira 's avatar Javier Neira Committed by mergify-bot
Browse files

Add os to job's name

parent 6eebe145
No related branches found
No related tags found
No related merge requests found
......@@ -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 }}
......
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment