From 9b386cd5e8236683c96cbedc3f7ad155e643f4c3 Mon Sep 17 00:00:00 2001 From: Javier Neira Date: Tue, 22 Feb 2022 14:14:06 +0100 Subject: [PATCH] correct job name --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 315b568af04..317ccb0fa67 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ on: jobs: validate: - name: Validate macos-lastest ghc-${{ matrix.ghc }} + name: Validate macos-latest ghc-${{ matrix.ghc }} runs-on: macos-latest continue-on-error: ${{ matrix.experimental }}