From fea3b77f73d3f11c80dfa2e888e3888d0984faea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Thu, 7 Mar 2024 12:56:40 +0100 Subject: [PATCH] use specific macOS version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e7fa82..a047edb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,8 @@ jobs: uses: kleidukos/get-tested@v0.1.7.0-rc1 with: cabal-file: get-tested.cabal - ubuntu: true + ubuntu-version: latest + macos-version: "13" version: 0.1.7.0-rc1 tests: name: ${{ matrix.ghc }} on ${{ matrix.os }}