From 512982f56e8ccb0971a8349aeb79b3d9476330e0 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 27 Apr 2024 16:44:22 +0800 Subject: [PATCH] Fix CI on macOS --- .github/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index eda3e2e..b1718f1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,10 +17,10 @@ jobs: ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8'] cabal: ['3.8.1.0'] include: - - os: macOS-latest + - os: macOS-12 ghc: '9.4' cabal: '3.8.1.0' - - os: macOS-latest + - os: macOS-12 ghc: '9.6' cabal: '3.8.1.0' - os: windows-latest @@ -91,7 +91,7 @@ jobs: args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +" - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - if: matrix.arch == 'arm32v7' uses: docker://hasufell/arm32v7-ubuntu-haskell:focal @@ -121,7 +121,7 @@ jobs: ghc: 9.4.7 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run build run: | @@ -151,7 +151,7 @@ jobs: ghc: 9.6.4 steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run build run: |