Skip to content

Commit dfb70f4

Browse files
committed
simply use buildjet all the way...
1 parent 5858d9d commit dfb70f4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
os: [ linux ]
1818
arch: [ x86_64, aarch64 ]
1919
compiler: [ ghc948 ]
20-
# exclude:
21-
# - os: macos
22-
# arch: x86_64
20+
exclude:
21+
- os: macos
22+
arch: x86_64
2323

24-
runs-on: ${{ matrix.arch == 'x86_64' && 'custom-x86_64' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
24+
runs-on: ${{ matrix.arch == 'x86_64' && 'buildjet-4vcpu-ubuntu-2204' || (matrix.os == 'linux' && 'buildjet-4vcpu-ubuntu-2204-arm' || 'macos-latest') }}
2525
steps:
2626

2727
- name: 📥 Checkout repository

0 commit comments

Comments
 (0)