Skip to content

Commit 512982f

Browse files
committed
Fix CI on macOS
1 parent 44ec7c9 commit 512982f

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
@@ -91,7 +91,7 @@ jobs:
9191
args: "find . -mindepth 1 -maxdepth 1 -exec rm -rf -- {} +"
9292

9393
- name: Checkout code
94-
uses: actions/checkout@v3
94+
uses: actions/checkout@v4
9595

9696
- if: matrix.arch == 'arm32v7'
9797
uses: docker://hasufell/arm32v7-ubuntu-haskell:focal
@@ -121,7 +121,7 @@ jobs:
121121
ghc: 9.4.7
122122
steps:
123123
- name: Checkout code
124-
uses: actions/checkout@v3
124+
uses: actions/checkout@v4
125125

126126
- name: Run build
127127
run: |
@@ -151,7 +151,7 @@ jobs:
151151
ghc: 9.6.4
152152
steps:
153153
- name: Checkout code
154-
uses: actions/checkout@v3
154+
uses: actions/checkout@v4
155155

156156
- name: Run build
157157
run: |

0 commit comments

Comments
 (0)