Skip to content

Commit

Permalink
fix: Set the macOS runner in the CI to use macOS 13 (#194)
Browse files Browse the repository at this point in the history
* Pin macOS version to 13

* Change branch to trigger CI workflow

* Build on macOS 14

* Build on macOS 14 ARM

* Revert "Build on macOS 14"

This reverts commit b1311f0.

* Revert change to branches
  • Loading branch information
fm7-1 authored Jul 24, 2024
1 parent adb6062 commit d494c19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
generate-matrix:
name: "Generate matrix from cabal"
outputs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
runs-on: ubuntu-latest
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
with:
cabal-file: dotenv.cabal
ubuntu-version: latest
macos-version: latest
macos-version: 13
version: 0.1.7.0

build-and-test:
Expand Down

0 comments on commit d494c19

Please sign in to comment.