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 dfb70f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
os: [ linux ]
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 dfb70f4

Please sign in to comment.