Skip to content

Commit

Permalink
ci: Update actions
Browse files Browse the repository at this point in the history
- Replace deprecated `haskell/actions/setup` with `haskell-actions/setup`
- Bump actions
- Bump macOS
  • Loading branch information
wismill committed Jun 14, 2024
1 parent 2c841b5 commit 402ee51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
- 8.4.4
- 8.6.5
- 8.8.4
- 8.8.4+macOS
- 8.10.7
- 9.0.2
- 9.2.8+ucd2haskell
- 9.4.8
- 9.4.8+macOS
- 9.6.5
- 9.8.2
- 9.10.1+ucd2haskell
Expand Down Expand Up @@ -95,12 +95,6 @@ jobs:
cabal_version: 3.2
ignore_error: false

- name: 8.8.4+macOS
ghc_version: 8.8.4
runner: macos-latest
cabal_version: 3.2
ignore_error: false

- name: 8.10.7
ghc_version: 8.10.7
runner: ubuntu-latest
Expand All @@ -127,6 +121,12 @@ jobs:
cabal_version: 3.8.1.0
ignore_error: false

- name: 9.4.8+macOS
ghc_version: 9.4.8
runner: macos-latest
cabal_version: latest
ignore_error: false

- name: 9.6.5
ghc_version: 9.6.5
runner: ubuntu-latest
Expand Down Expand Up @@ -170,15 +170,15 @@ jobs:
ignore_error: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc_version }}
ghcup-release-channel: ${{ matrix.ghcup_release_channel }}
cabal-version: ${{ matrix.cabal_version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache ~/.cabal
with:
path: ~/.cabal
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: uraimo/run-on-arch-action@v2.3.0
- uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2.7.2
timeout-minutes: 60
with:
arch: s390x
Expand Down

0 comments on commit 402ee51

Please sign in to comment.