Skip to content

Commit

Permalink
Add ARM runner action. Remove Windows and macOS builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosreis authored Nov 27, 2023
1 parent 44b9f30 commit c212e38
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ jobs:
strategy:
matrix:
os:
- runner: 'macOS-latest'
archive-command: 'tar --create --bzip2 --file'
file-extension: 'tar.bz2'
executable-extension: ''
- runner: 'ubuntu-latest'
archive-command: 'tar --create --bzip2 --file'
file-extension: 'tar.bz2'
executable-extension: ''
- runner: 'windows-latest'
archive-command: '7z a -tzip'
file-extension: 'zip'
executable-extension: '.exe'
fail-fast: false
name: ${{ matrix.os.runner }}
runs-on: ${{ matrix.os.runner }}
Expand All @@ -29,6 +21,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
- uses: pguyot/arm-runner-action@v2
- id: setup-haskell-cabal
name: "Setup Haskell environment"
uses: haskell/actions/[email protected]
Expand Down

0 comments on commit c212e38

Please sign in to comment.