Skip to content

Commit

Permalink
simply use buildjet all the way...
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Nov 23, 2024
1 parent 5858d9d commit 145f81a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
build:
strategy:
matrix:
os: [ linux ]
os: [ linux, macos ]
arch: [ x86_64, aarch64 ]
compiler: [ ghc948 ]
# exclude:
# - os: macos
# arch: x86_64
exclude:
- os: macos
arch: x86_64

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') }}
steps:

- name: 📥 Checkout repository
Expand Down

0 comments on commit 145f81a

Please sign in to comment.