-
Notifications
You must be signed in to change notification settings - Fork 36
ci: update ci build matrix #316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
e5600aa
097574e
f1ca5b7
48a549a
02db748
17db74c
b10b430
fa51559
d46b83e
8b230ef
145b924
0239a17
b0c84a4
2ad6377
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,22 +9,38 @@ on: | |||||||||||||||||
| pull_request: | ||||||||||||||||||
| workflow_dispatch: | ||||||||||||||||||
|
|
||||||||||||||||||
| concurrency: | ||||||||||||||||||
| # Skip intermediate builds: always. | ||||||||||||||||||
| # Cancel intermediate builds: only if it is a pull request build. | ||||||||||||||||||
| group: ${{ github.workflow }}-${{ github.ref }} | ||||||||||||||||||
| cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }} | ||||||||||||||||||
|
|
||||||||||||||||||
| jobs: | ||||||||||||||||||
| test: | ||||||||||||||||||
| name: Julia ${{ matrix.julia-version }}-${{ matrix.julia-arch }} - ${{ matrix.os }} | ||||||||||||||||||
| runs-on: ${{ matrix.os }} | ||||||||||||||||||
| permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created | ||||||||||||||||||
| actions: write | ||||||||||||||||||
| contents: read | ||||||||||||||||||
| strategy: | ||||||||||||||||||
| fail-fast: false | ||||||||||||||||||
| matrix: | ||||||||||||||||||
| julia-version: ['1.6', '1'] | ||||||||||||||||||
| os: [ubuntu-latest, windows-latest, macos-13] | ||||||||||||||||||
| julia-version: ['lts', '1'] | ||||||||||||||||||
|
ViralBShah marked this conversation as resolved.
ViralBShah marked this conversation as resolved.
|
||||||||||||||||||
| os: [ubuntu-latest, windows-latest, macos-15-intel] | ||||||||||||||||||
|
ViralBShah marked this conversation as resolved.
|
||||||||||||||||||
| julia-arch: [x64] | ||||||||||||||||||
| include: | ||||||||||||||||||
| - os: ubuntu-latest # only test one 32-bit job | ||||||||||||||||||
| julia-version: '1' | ||||||||||||||||||
| julia-arch: x86 | ||||||||||||||||||
| - os: macos-latest | ||||||||||||||||||
| - os: ubuntu-24.04-arm | ||||||||||||||||||
| julia-version: 'lts' | ||||||||||||||||||
| julia-arch: aarch64 | ||||||||||||||||||
| - os: ubuntu-24.04-arm | ||||||||||||||||||
|
||||||||||||||||||
| - os: ubuntu-24.04-arm | |
| julia-version: 'lts' | |
| julia-arch: aarch64 | |
| - os: ubuntu-24.04-arm | |
| - os: ubuntu-latest | |
| julia-version: 'lts' | |
| julia-arch: aarch64 | |
| - os: ubuntu-latest |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.