Skip to content

Commit a979d35

Browse files
committed
Empty container?
1 parent b3a3a2d commit a979d35

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

.github/workflows/build-all.yml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,34 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
os: ['windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
22+
os: [ 'LinuxARM' ] # 'windows-latest', 'ubuntu-latest', 'macos-12', 'macos-latest']
2323
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
2726
project-file: cabal.project.ci.linux
2827
ghc: '9.8.2'
2928

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'
3534

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'
4040

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'
4550

4651
steps:
4752

@@ -52,7 +57,7 @@ jobs:
5257

5358
- name: Temporary cancel
5459
run: gh run cancel ${{ github.run_id }}
55-
60+
5661
- name: Install MacOS binary dependencies
5762
if: ${{ contains(matrix.os, 'macos') }}
5863
run: |

0 commit comments

Comments
 (0)