Skip to content

Commit

Permalink
Merge pull request #145 from JuliaLinearAlgebra/vs/ci-less
Browse files Browse the repository at this point in the history
Simplify CI architectures
  • Loading branch information
ViralBShah authored Feb 28, 2024
2 parents cf77942 + 143db8f commit 92f5094
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,27 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6' # Oldest version supported by this package
- '1' # Current stable version
os:
- ubuntu-latest
- windows-latest
- macOS-13 # intel
- macOS-14 # arm
- macOS-latest
arch:
- x64
- x86
- aarch64
exclude:
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
arch: aarch64
- os: macOS-13
arch: x86
- os: macOS-13
arch: aarch64
include:
- os: macOS-14
arch: aarch64
version: '1'
- os: ubuntu-latest
arch: x86
- os: macOS-14
version: '1'
- os: ubuntu-latest
arch: x64
- os: macOS-14
arch: aarch64
version: '1.6'
version: '1.6'
- os: ubuntu-latest
arch: x64
version: 'nightly'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit 92f5094

Please sign in to comment.