From a93408377321fa1b83dff8272e35b0148831bc98 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sun, 23 Oct 2022 19:03:16 -0400 Subject: [PATCH] Update Julia versions in CI --- .github/workflows/CI.yml | 2 +- .github/workflows/CI_Windows.yml | 4 ++-- .github/workflows/CI_docker.yml | 2 +- .github/workflows/CI_mac.yml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 310d76e92..2a2d45ad1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: shell: bash strategy: matrix: - julia-version: ['1.7.1'] + julia-version: ['1.8.2'] python-version: ['3.9'] os: [ubuntu-latest] diff --git a/.github/workflows/CI_Windows.yml b/.github/workflows/CI_Windows.yml index 4a84ea53d..21db327c5 100644 --- a/.github/workflows/CI_Windows.yml +++ b/.github/workflows/CI_Windows.yml @@ -26,9 +26,9 @@ jobs: shell: bash strategy: matrix: - julia-version: ['1.6', '1.7.1'] + julia-version: ['1.6', '1.8.2'] python-version: ['3.9'] - os: [windows-2019] + os: [windows-latest] steps: - uses: actions/checkout@v1.0.0 diff --git a/.github/workflows/CI_docker.yml b/.github/workflows/CI_docker.yml index 2ee857b30..5f0de1d39 100644 --- a/.github/workflows/CI_docker.yml +++ b/.github/workflows/CI_docker.yml @@ -28,7 +28,7 @@ jobs: shell: bash strategy: matrix: - julia-version: ['1.7.1'] + julia-version: ['1.8.2'] python-version: ['3.9.10'] os: [ubuntu-latest] arch: ['linux/x86_64'] diff --git a/.github/workflows/CI_mac.yml b/.github/workflows/CI_mac.yml index 2968ded26..c879a31be 100644 --- a/.github/workflows/CI_mac.yml +++ b/.github/workflows/CI_mac.yml @@ -26,18 +26,18 @@ jobs: shell: bash strategy: matrix: - julia-version: ['1.7.1'] + julia-version: ['1.8.2'] python-version: ['3.9'] os: [macos-latest] steps: - - uses: actions/checkout@v1.0.0 + - uses: actions/checkout@v1 - name: "Set up Julia" - uses: julia-actions/setup-julia@v1.6.0 + uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.julia-version }} - name: "Cache dependencies" - uses: actions/cache@v1 # Thanks FromFile.jl + uses: actions/cache@v3 env: cache-name: cache-artifacts with: