Skip to content

Commit 4a36b05

Browse files
committed
Setup macos-13 runner
1 parent 41477d5 commit 4a36b05

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
- os: windows-latest
1616
artifact_name: json2csv.exe
1717
asset_name: json2csv-windows-amd64.exe
18-
- os: macos-latest
18+
- os: macos-13
1919
artifact_name: json2csv
2020
asset_name: json2csv-macos-amd64
21+
- os: macos-latest
22+
artifact_name: json2csv
23+
asset_name: json2csv-macos-arm
2124
steps:
2225
- uses: actions/checkout@v4
2326
- uses: haskell-actions/setup@v2

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
# resolver: ./custom-snapshot.yaml
1919
# resolver: https://example.com/snapshots/2018-01-01.yaml
20-
resolver: lts-22.31
20+
resolver: lts-22.35
2121

2222
# User packages to be built.
2323
# Various formats can be used as shown in the example below.

0 commit comments

Comments
 (0)