From 3ef2cdc0be7606ede9e9640583ced7d6c74d7d00 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Sun, 18 Feb 2024 12:26:38 +0100 Subject: [PATCH] CI: use 1.11-nightly --- .github/workflows/oscar.yml | 2 +- .github/workflows/runtests.yml | 8 ++++---- OscarCI.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/oscar.yml b/.github/workflows/oscar.yml index 77386185..982273c8 100644 --- a/.github/workflows/oscar.yml +++ b/.github/workflows/oscar.yml @@ -54,7 +54,7 @@ jobs: needs: generatematrix name: ${{ join(matrix.*.name) }} - ${{ matrix.os }}, julia ${{ matrix.julia-version}} runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.julia-version == 'nightly' }} + continue-on-error: ${{ matrix.julia-version == '1.11-nightly' }} env: PR_NUMBER: ${{ github.event.number || 0 }} JULIA_PKG_SERVER: "" diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 64e756a9..a2b2a22f 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -26,13 +26,13 @@ jobs: # github services (for mongodb service) only works on linux test-with-mongodb: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.julia-version == 'nightly' }} + continue-on-error: ${{ matrix.julia-version == '1.11-nightly' }} strategy: matrix: julia-version: - '~1.6.0-0' - '~1.10.0-0' - - 'nightly' + - '1.11-nightly' os: ['ubuntu-latest'] cxxwrap: [ '' ] @@ -86,14 +86,14 @@ jobs: # this one is only for macos, ubuntu is run with mongodb in the other job test: runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.julia-version == 'nightly' }} + continue-on-error: ${{ matrix.julia-version == '1.11-nightly' }} env: JULIA_PKG_SERVER: "" strategy: matrix: julia-version: - '1.10' - - 'nightly' + - '1.11-nightly' os: [ 'macos-14' ] # aarch64 include: - os: 'macos-13' # x86_64 diff --git a/OscarCI.toml b/OscarCI.toml index 3b8e51de..060d8b32 100644 --- a/OscarCI.toml +++ b/OscarCI.toml @@ -17,7 +17,7 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"] [include.nightly] Oscar = "" Polymake = "" - julia-version = "nightly" + julia-version = "1.11-nightly" os = "ubuntu-latest" [include.macamd64lts]