Skip to content

Commit

Permalink
Updating CI to new get-tested version (v0.1.7.0) (#191)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DavidMazarro authored Mar 8, 2024
1 parent 4ab1847 commit adb6062
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
steps:
- name: Extract the tested GHC versions
id: set-matrix
uses: kleidukos/[email protected].6.0
uses: kleidukos/[email protected].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 }}
Expand Down

0 comments on commit adb6062

Please sign in to comment.