Skip to content

Commit

Permalink
Exclude continuous integration build on apple sillicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jul 19, 2024
1 parent 71f3c34 commit a11df65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
os: [ linux, osx ]
arch: [ x86_64, aarch64 ]
compiler: [ ghc948 ]
exclude:
- os: osx
arch: x86_64

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

0 comments on commit a11df65

Please sign in to comment.