From adb60626eace7295f972f4e4ef29371ff3d4f41a Mon Sep 17 00:00:00 2001 From: David Mazarro Date: Fri, 8 Mar 2024 15:37:21 +0100 Subject: [PATCH] Updating CI to new `get-tested` version (v0.1.7.0) (#191) * chore: Updated get-tested action version to v0.1.7.0 * chore: using new explicit OS version inputs for get-tested * chore: testing macOS 14 beta runner (Apple Silicon) * chore: updated version of the `get-tested` tool to 0.1.7.0 Previously I had only updated the version of the action itself * chore: `macos-version` set to `latest` again --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cf93e2..4ca03f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Extract the tested GHC versions id: set-matrix - uses: kleidukos/get-tested@v0.1.6.0 + uses: kleidukos/get-tested@v0.1.7.0 with: cabal-file: dotenv.cabal - ubuntu: true - macos: true - version: 0.1.6.0 + ubuntu-version: latest + macos-version: latest + version: 0.1.7.0 build-and-test: name: GHC ${{ matrix.ghc }} on ${{ matrix.os }}