There was an error while loading. Please reload this page.
1 parent 5858d9d commit dfb70f4Copy full SHA for dfb70f4
1 file changed
.github/workflows/build.yaml
@@ -17,11 +17,11 @@ jobs:
17
os: [ linux ]
18
arch: [ x86_64, aarch64 ]
19
compiler: [ ghc948 ]
20
- # exclude:
21
- # - os: macos
22
- # arch: x86_64
+ exclude:
+ - os: macos
+ arch: x86_64
23
24
- runs-on: ${{ matrix.arch == 'x86_64' && 'custom-x86_64' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
+ runs-on: ${{ matrix.arch == 'x86_64' && 'buildjet-4vcpu-ubuntu-2204' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
25
steps:
26
27
- name: 📥 Checkout repository
0 commit comments