Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
ci: run on 1.10 and 1
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Oct 8, 2024
1 parent 2812e52 commit 71437d9
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,14 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.test_group }} - ${{ matrix.os }} - ${{ matrix.blas_backend }}
if: ${{ !contains(github.event.head_commit.message, '[skip tests]') }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
timeout-minutes: 240
strategy:
fail-fast: false
matrix:
version:
- "min"
- "1"
os:
- ubuntu-latest
- macos-latest
- windows-latest
test_group:
- "conv"
- "dense"
Expand All @@ -47,13 +44,6 @@ jobs:
- "others"
blas_backend:
- "default"
exclude:
- os: macos-latest
test_group: "conv" # Never terminates
- version: "min"
os: macos-latest
- version: "min"
os: windows-latest
include:
- os: ubuntu-latest
test_group: "dense"
Expand All @@ -67,6 +57,18 @@ jobs:
test_group: "dense"
blas_backend: "appleaccelerate"
version: "1"
- os: "ubuntu-latest"
test_group: "all"
blas_backend: "default"
version: "min"
- os: "macos-latest"
test_group: "all"
blas_backend: "default"
version: "1"
- os: "windows-latest"
test_group: "all"
blas_backend: "default"
version: "1"
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 71437d9

Please sign in to comment.