From e01a2cef21f2891d257c82815ccb7f24b878bef8 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 23 Dec 2024 14:50:21 +0000 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4331f37..db558c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - include: - - os: windows-latest - - os: macOS-latest + include: + - os: windows-latest + - os: macOS-latest ghc: - "8.6.5" - "8.8.3"