Skip to content

Commit 145f81a

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ linux ]
17+
os: [ linux, macos ]
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)