Skip to content

Commit

Permalink
CI: use 1.11-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 18, 2024
1 parent 063c4c5 commit 3ef2cdc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [ '' ]

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion OscarCI.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"]
[include.nightly]
Oscar = "<matching>"
Polymake = ""
julia-version = "nightly"
julia-version = "1.11-nightly"
os = "ubuntu-latest"

[include.macamd64lts]
Expand Down

0 comments on commit 3ef2cdc

Please sign in to comment.