Skip to content

Commit d494c19

Browse files
authored
fix: Set the macOS runner in the CI to use macOS 13 (#194)
* 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
1 parent adb6062 commit d494c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
generate-matrix:
1818
name: "Generate matrix from cabal"
19-
outputs:
19+
outputs:
2020
matrix: ${{ steps.set-matrix.outputs.matrix }}
2121
runs-on: ubuntu-latest
2222
steps:
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
cabal-file: dotenv.cabal
2828
ubuntu-version: latest
29-
macos-version: latest
29+
macos-version: 13
3030
version: 0.1.7.0
3131

3232
build-and-test:

0 commit comments

Comments
 (0)