Skip to content

Commit

Permalink
Add ubuntu-24.04, macos-13, macos-14, macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Dec 21, 2024
1 parent 52b7cbd commit 2d8fbb0
Show file tree
Hide file tree
Showing 15 changed files with 309 additions and 103 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: selftest macos-11
name: selftest macos-13
on:
workflow_dispatch: null
schedule:
- cron: 0 0 2 * *
- cron: 0 0 1 * *
push:
branches:
- selftest
Expand All @@ -21,9 +21,10 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-11
- macos-13
ghc:
- 7.10.3
- 8.0.2
Expand Down Expand Up @@ -74,4 +75,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
50 changes: 50 additions & 0 deletions .github/workflows/selftest.macos-14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: selftest macos-14
on:
workflow_dispatch: null
schedule:
- cron: 0 0 2 * *
push:
branches:
- selftest
jobs:
build:
name: ${{ matrix.os }} / GHC ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: setup-haskell
uses: ./
with:
ghc-version: ${{ matrix.ghc }}
- run: ghc --version
- run: cabal update
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-14
ghc:
- 9.2.5
- 9.2.6
- 9.2.7
- 9.2.8
- 9.4.2
- 9.4.3
- 9.4.4
- 9.4.5
- 9.4.6
- 9.4.7
- 9.4.8
- 9.6.1
- 9.6.2
- 9.6.3
- 9.6.4
- 9.6.5
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
50 changes: 50 additions & 0 deletions .github/workflows/selftest.macos-15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: selftest macos-15
on:
workflow_dispatch: null
schedule:
- cron: 0 0 3 * *
push:
branches:
- selftest
jobs:
build:
name: ${{ matrix.os }} / GHC ${{ matrix.ghc }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: setup-haskell
uses: ./
with:
ghc-version: ${{ matrix.ghc }}
- run: ghc --version
- run: cabal update
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-15
ghc:
- 9.2.5
- 9.2.6
- 9.2.7
- 9.2.8
- 9.4.2
- 9.4.3
- 9.4.4
- 9.4.5
- 9.4.6
- 9.4.7
- 9.4.8
- 9.6.1
- 9.6.2
- 9.6.3
- 9.6.4
- 9.6.5
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
5 changes: 4 additions & 1 deletion .github/workflows/selftest.ubuntu-20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: selftest ubuntu-20.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 5 * *
- cron: 0 0 4 * *
push:
branches:
- selftest
Expand All @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
Expand Down Expand Up @@ -78,4 +79,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
5 changes: 4 additions & 1 deletion .github/workflows/selftest.ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: selftest ubuntu-22.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 6 * *
- cron: 0 0 5 * *
push:
branches:
- selftest
Expand All @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- ubuntu-22.04
Expand Down Expand Up @@ -73,4 +74,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: selftest macos-12
name: selftest ubuntu-24.04
on:
workflow_dispatch: null
schedule:
- cron: 0 0 3 * *
- cron: 0 0 6 * *
push:
branches:
- selftest
Expand All @@ -21,13 +21,11 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- macos-12
- ubuntu-24.04
ghc:
- 7.10.3
- 8.0.2
- 8.2.2
- 8.4.1
- 8.4.2
- 8.4.3
Expand Down Expand Up @@ -74,4 +72,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
3 changes: 3 additions & 0 deletions .github/workflows/selftest.windows-2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- windows-2019
Expand Down Expand Up @@ -74,4 +75,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
3 changes: 3 additions & 0 deletions .github/workflows/selftest.windows-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: cabal install alex
- run: alex --version
strategy:
fail-fast: false
matrix:
os:
- windows-2022
Expand Down Expand Up @@ -73,4 +74,6 @@ jobs:
- 9.6.6
- 9.8.1
- 9.8.2
- 9.8.4
- 9.10.1
- 9.12.1
Loading

0 comments on commit 2d8fbb0

Please sign in to comment.