File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1717 name : Stack macOS
1818 uses : ./.github/workflows/stack.yml
1919 with :
20- os : macos-12
20+ os : macos-latest
2121
2222 stack-windows :
2323 name : Stack Windows
3636 name : Nix macOS
3737 uses : ./.github/workflows/nix.yml
3838 with :
39- os : macos-12
39+ os : macos-latest
Original file line number Diff line number Diff line change 1616 strategy :
1717 fail-fast : false
1818 matrix :
19- os : [ 'macos-12 ' , 'ubuntu-22.04']
19+ os : [ 'macos-latest ' , 'ubuntu-22.04']
2020
2121 name : Nix Agda
2222 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 1616 - name : Checkout repo
1717 uses : actions/checkout@v4
1818
19+ - name : Setup Haskell
20+ uses : haskell-actions/setup@v2
21+ if : runner.os == 'macOS'
22+ with :
23+ enable-stack : true
24+ stack-version : ' latest'
25+
1926 - name : Cache Stack dirs (Linux/macOS)
2027 if : runner.os != 'Windows'
2128 uses : ./.github/template/stack-cache
You can’t perform that action at this time.
0 commit comments