From 0bbd19500fd044cfb62fd6e54547931d115e6e12 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Fri, 20 Oct 2023 16:19:16 -0500 Subject: [PATCH] [CI] Remove some builds --- .cirrus.yml | 1 - .github/workflows/ci.yml | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ae90520..8f149a6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,6 @@ task: image_family: freebsd-13-2 env: matrix: - - JULIA_VERSION: 1.6 - JULIA_VERSION: 1 - name: musl Linux container: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c239b56..677f249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,19 +17,6 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] arch: [x64] allow_failure: [false] - include: - - version: 'nightly' - os: ubuntu-latest - arch: x64 - allow_failure: true - - version: 'nightly' - os: macOS-latest - arch: x64 - allow_failure: true - - version: 'nightly' - os: windows-latest - arch: x64 - allow_failure: true steps: - uses: actions/checkout@v3 - uses: julia-actions/setup-julia@v1