File tree Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -19,29 +19,34 @@ jobs:
19
19
20
20
strategy :
21
21
matrix :
22
- os : ['windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
22
+ os : [ 'LinuxARM' ] # 'windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
23
23
include :
24
- - os : ubuntu-latest
25
- os-name : Linux
26
- container : fossa/haskell-static-alpine:ghc-9.8.2
24
+ - os : LinuxARM
25
+ os-name : Linux-arm
27
26
project-file : cabal.project.ci.linux
28
27
ghc : ' 9.8.2'
29
28
30
- # macos-latest pointed at macos-12 this before it was changed to ARM.
31
- - os : macos-12
32
- os-name : macOS-intel
33
- project-file : cabal.project.ci.macos
34
- ghc : ' 9.8.2'
29
+ # - os: ubuntu-latest
30
+ # os-name: Linux
31
+ # container: fossa/haskell-static-alpine:ghc-9.8.2
32
+ # project-file: cabal.project.ci.linux
33
+ # ghc: '9.8.2'
35
34
36
- - os : windows-latest
37
- os-name : Windows
38
- project-file : cabal.project.ci.windows
39
- ghc : ' 9.8.2'
35
+ # # macos-latest pointed at macos-12 this before it was changed to ARM.
36
+ # - os: macos-12
37
+ # os-name: macOS-intel
38
+ # project-file: cabal.project.ci.macos
39
+ # ghc: '9.8.2'
40
40
41
- - os : macos-latest
42
- os-name : macOS-arm64
43
- project-file : cabal.project.ci.macos
44
- ghc : ' 9.8.2'
41
+ # - os: windows-latest
42
+ # os-name: Windows
43
+ # project-file: cabal.project.ci.windows
44
+ # ghc: '9.8.2'
45
+
46
+ # - os: macos-latest
47
+ # os-name: macOS-arm64
48
+ # project-file: cabal.project.ci.macos
49
+ # ghc: '9.8.2'
45
50
46
51
steps :
47
52
52
57
53
58
- name : Temporary cancel
54
59
run : gh run cancel ${{ github.run_id }}
55
-
60
+
56
61
- name : Install MacOS binary dependencies
57
62
if : ${{ contains(matrix.os, 'macos') }}
58
63
run : |
You can’t perform that action at this time.
0 commit comments