We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41477d5 commit 4a36b05Copy full SHA for 4a36b05
.github/workflows/ci.yml
@@ -15,9 +15,12 @@ jobs:
15
- os: windows-latest
16
artifact_name: json2csv.exe
17
asset_name: json2csv-windows-amd64.exe
18
- - os: macos-latest
+ - os: macos-13
19
artifact_name: json2csv
20
asset_name: json2csv-macos-amd64
21
+ - os: macos-latest
22
+ artifact_name: json2csv
23
+ asset_name: json2csv-macos-arm
24
steps:
25
- uses: actions/checkout@v4
26
- uses: haskell-actions/setup@v2
stack.yaml
@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
-resolver: lts-22.31
+resolver: lts-22.35
# User packages to be built.
# Various formats can be used as shown in the example below.
0 commit comments