Skip to content

Commit

Permalink
ci: update build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
inkydragon committed Jan 2, 2025
1 parent 6d42394 commit 9b9edf1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 80 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/ci-julia-nightly.yml

This file was deleted.

20 changes: 14 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: CI
on:
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- '.github/workflows/TagBot.yml'
push:
tags: '*'
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand All @@ -26,21 +26,29 @@ jobs:
arch:
- x64
- x86
- aarch64
exclusive:
- '0'
os:
- ubuntu-latest
- macOS-latest
- macOS-latest # arm
- windows-latest
threads:
- '5'
version:
- '1.5'
- '1'
- '1.11'
# - '1' # Use this when julia +1 > 1.11
- 'nightly'
exclude:
# We only need macOS-latest-aarch64
- os: ubuntu-latest
julia-arch: aarch64
- os: windows-latest
julia-arch: aarch64
- os: macOS-latest
arch: x86 # 32-bit Julia binaries are not available on macOS
julia-arch: x86
- os: macOS-latest
julia-arch: x64
include:
- exclusive: '1'
threads: '2'
Expand Down

0 comments on commit 9b9edf1

Please sign in to comment.