Skip to content

Commit 9e4fd51

Browse files
committed
Merge branch 'fix-CI-macos'
2 parents 55a34df + 01d3265 commit 9e4fd51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
ghc: ['8.6', '8.8', '8.10', '9.0', '9.2', '9.4', '9.6', '9.8']
1818
cabal: ['3.8.1.0']
1919
include:
20-
- os: macOS-latest
20+
- os: macos-12
2121
ghc: '9.4'
2222
cabal: '3.8.1.0'
23-
- os: macOS-latest
23+
- os: macos-12
2424
ghc: '9.6'
2525
cabal: '3.8.1.0'
2626
- os: windows-latest
@@ -102,7 +102,7 @@ jobs:
102102
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
103103

104104
- name: Checkout code
105-
uses: actions/checkout@v3
105+
uses: actions/checkout@v4
106106

107107
- if: matrix.arch == 'arm32v7'
108108
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
@@ -132,7 +132,7 @@ jobs:
132132
ghc: 9.4.4
133133
steps:
134134
- name: Checkout code
135-
uses: actions/checkout@v3
135+
uses: actions/checkout@v4
136136

137137
- name: Run build
138138
run: |
@@ -162,7 +162,7 @@ jobs:
162162
ghc: 9.6.4
163163
steps:
164164
- name: Checkout code
165-
uses: actions/checkout@v3
165+
uses: actions/checkout@v4
166166

167167
- name: Run build
168168
run: |

0 commit comments

Comments
 (0)