Skip to content

Commit 2d5da45

Browse files
authored
Reduce CI operating systems to ubuntu
1 parent 4ab3933 commit 2d5da45

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
tags: '*'
1111
jobs:
1212
test_all_latest:
13-
name: ${{ matrix.package.name }} (latest, Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }})
13+
name: ${{ matrix.package.name }} (Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }})
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
fail-fast: false
@@ -21,8 +21,8 @@ jobs:
2121
#- 'nightly'
2222
os:
2323
- ubuntu-latest
24-
- macos-latest
25-
- windows-latest
24+
#- macos-latest
25+
#- windows-latest
2626
package:
2727
- {name: MRIReco, path: ., deps: "MRIBase,MRIOperators,MRISimulation,MRISampling"}
2828
- {name: MRIBase, path: MRIBase, deps: ""}
@@ -56,7 +56,6 @@ jobs:
5656
run: |
5757
using Pkg
5858
Pkg.activate(ENV["PKG_PATH"])
59-
@info pwd()
6059
deps = filter(!isempty, split(ENV["DEPS"], ","))
6160
if !isempty(deps)
6261
Pkg.develop(map(dep -> PackageSpec(path = dep), deps))
@@ -80,6 +79,7 @@ jobs:
8079
file: lcov.info
8180
flags: ${{ matrix.package.name }}
8281
token: ${{ secrets.CODECOV_TOKEN }}
82+
8383
docs:
8484
name: Documentation
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)