From 4b822a7fb3f0988b25996564ca8e2fe97c24855e Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Tue, 22 Oct 2024 07:28:29 +1100 Subject: [PATCH] julia v1.11 for ci --- .buildkite/pipeline.yml | 12 ++++++------ .github/workflows/Documenter.yml | 4 ++-- appveyor.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e938b001..e7f4d573 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,24 +3,24 @@ env: SECRET_CODECOV_TOKEN: "Ak2mVTxXnhkPNc096ImDdp7bOc4zGNTqFEEDaGMwAgYPr28g5dyMbslh8B/ad4NQHXVL1MXQ3zrUfGgMBRq+mmqRaAe13FI4Go9uCas6bzdZXE23ExiLzBmqVRNRf8GqEcpGL7BBreohC0cnfI0SVMiIJDCJXX9YsXJtlcpk1glQFMEFI5V6cpFe9K2l5xoUNQ4179ZYoJUMAy/aylQx/UdQuw527FjHQUsi5/dFtWzMqeys0secNa9alLvJCQdIX9OqPjmBYvuIIVXCR7vlZoH8PgXwEj7wbdp8/V31+wlLQI9WePcsJxoOybtLTOlwwfw4jWLAttDZYqnqiLVp3Q==;U2FsdGVkX18sNLCManU1B/jI5kh4LhSi69MFXljHSp9yWrN7u5d196K/XrELwb8ksbamyKeHjIvDIopwD55dbw==" steps: - - label: "🥝 Julia 1.6" + - label: "🥑 Julia 1.10" plugins: - JuliaCI/julia#v1: - version: '1.6' + version: '1.10' - JuliaCI/julia-test#v1: ~ - - JuliaCI/julia-coverage#v1: - codecov: true agents: queue: "juliagpu" cuda: "*" if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 60 - - label: "🥑 Julia 1.10" + - label: "🥝 Julia 1.11" plugins: - JuliaCI/julia#v1: - version: '1.10' + version: '1.11' - JuliaCI/julia-test#v1: ~ + - JuliaCI/julia-coverage#v1: + codecov: true agents: queue: "juliagpu" cuda: "*" diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index d85b18b9..a7a22aef 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.11.0 + uses: styfle/cancel-workflow-action@latest with: access_token: ${{ github.token }} - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: '1.10' + version: '1.11' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy diff --git a/appveyor.yml b/appveyor.yml index 1dc6d083..a2a648c9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ environment: matrix: - - julia_version: 1.6 - julia_version: 1.10 + - julia_version: 1.11 - julia_version: nightly platform: