Skip to content

Commit

Permalink
Merge pull request #472 from oscar-system/bl/ci-macos
Browse files Browse the repository at this point in the history
CI: use new setup-julia action for aarch64 nightly
  • Loading branch information
benlorenz authored Feb 14, 2024
2 parents 310bf65 + d1535e2 commit 9c3d018
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
strategy:
matrix:
julia-version:
- '1.6'
- '1.10'
- 'nightly'
os: ['macos-latest']
os: [ 'macos-14' ] # aarch64
include:
- os: 'macos-14'
julia-version: '1.10'
- os: 'macos-13' # x86_64
julia-version: '1.6'
fail-fast: false

steps:
Expand Down
6 changes: 3 additions & 3 deletions OscarCI.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"]
julia-version = "nightly"
os = "ubuntu-latest"

[include.macamd64]
[include.macamd64lts]
Oscar = "<matching>"
Polymake = ""
julia-version = "1.6"
os = "macos-latest"

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

0 comments on commit 9c3d018

Please sign in to comment.