Skip to content

Commit

Permalink
CI: reorganize julia versions and os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benlorenz committed Feb 9, 2024
1 parent f899b2b commit 1a368a7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,12 @@ jobs:
strategy:
matrix:
julia-version:
- '~1.6.0-0'
- '~1.10.0-0'
- 'nightly'
os: ['macOS-latest']
os: ['macos-14']
include:
- os: 'macos-latest'
julia-version: 1.6
fail-fast: false

steps:
Expand Down
14 changes: 10 additions & 4 deletions OscarCI.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title = "metadata for oscar CI run"

[env]
os = [ "ubuntu-latest", "macos-latest" ]
os = [ "ubuntu-latest" ]
julia-version = [ "~1.6.0-0", "~1.10.0-0"]
# branches = [ "release", "<matching>" ]

Expand All @@ -20,8 +20,14 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"]
julia-version = "nightly"
os = "ubuntu-latest"

[include.julia_1_10]
[include.macamd64]
Oscar = "<matching>"
Polymake = ""
julia-version = "~1.10.0-0"
os = "ubuntu-latest"
julia-version = "1.6"
os = "macos-latest"

[include.macaarch64]
Oscar = "<matching>"
Polymake = ""
julia-version = "1.10"
os = "macos-14"

0 comments on commit 1a368a7

Please sign in to comment.