Skip to content

Commit 92f5094

Browse files
authored
Merge pull request #145 from JuliaLinearAlgebra/vs/ci-less
Simplify CI architectures
2 parents cf77942 + 143db8f commit 92f5094

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

.github/workflows/ci.yml

+12-18
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,27 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.6' # Oldest version supported by this package
1817
- '1' # Current stable version
1918
os:
2019
- ubuntu-latest
2120
- windows-latest
22-
- macOS-13 # intel
23-
- macOS-14 # arm
21+
- macOS-latest
2422
arch:
2523
- x64
26-
- x86
27-
- aarch64
28-
exclude:
29-
- os: ubuntu-latest
30-
arch: aarch64
31-
- os: windows-latest
32-
arch: aarch64
33-
- os: macOS-13
34-
arch: x86
35-
- os: macOS-13
36-
arch: aarch64
24+
include:
3725
- os: macOS-14
26+
arch: aarch64
27+
version: '1'
28+
- os: ubuntu-latest
3829
arch: x86
39-
- os: macOS-14
30+
version: '1'
31+
- os: ubuntu-latest
4032
arch: x64
41-
- os: macOS-14
42-
arch: aarch64
43-
version: '1.6'
33+
version: '1.6'
34+
- os: ubuntu-latest
35+
arch: x64
36+
version: 'nightly'
37+
4438
steps:
4539
- uses: actions/checkout@v4
4640
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)