Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,13 @@ task:
matrix:
- name: FreeBSD
freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-14-2
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
matrix:
# - JULIA_VERSION: 1.6 # Has problems with libcurl
- JULIA_VERSION: 1
# - JULIA_VERSION: nightly # not available
- name: Linux ARMv8
arm_container:
image: ubuntu:latest
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
matrix:
- JULIA_VERSION: 1.6
- JULIA_VERSION: 1
- JULIA_VERSION: nightly
- name: MacOS M1
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
env:
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
matrix:
# - JULIA_VERSION: 1.6 # not available
- JULIA_VERSION: 1
- JULIA_VERSION: nightly

allow_failures: $JULIA_VERSION == 'nightly'
install_script: |
Expand Down
30 changes: 23 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,46 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- 'min'
- '1'
- 'nightly'
os:
- ubuntu-latest
- macos-latest
- macos-13
- windows-latest
arch:
- x64
- x86
# 32-bit Julia binaries are not available on macOS
exclude:
- os: macOS-latest
- os: macOS-13
arch: x86
include:
- os: macOS-latest
arch: 'default'
version: '1'
- os: macOS-latest
arch: 'default'
version: 'nightly'
- os: ubuntu-22.04-arm
arch: 'default'
version: 'min'
- os: ubuntu-22.04-arm
arch: 'default'
version: '1'
- os: ubuntu-22.04-arm
arch: 'default'
version: 'nightly'
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info
files: lcov.info