Skip to content

Commit

Permalink
Merge pull request #4 from tomopy/ci-update
Browse files Browse the repository at this point in the history
CI: Fix broken OSX tests
  • Loading branch information
carterbox authored Nov 7, 2023
2 parents fd2f2f4 + a6f63aa commit 84d848a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ jobs:
extra_packages: 'clang-tidy-15'
standard: '17'
os-release: '22.04'
build_type: ['Release']
build_libs: ['shared static']
build_type: ['Release']
compiler: ['gcc-10', 'gcc-11', 'gcc-12', 'gcc-13', 'clang-13', 'clang-14', 'clang-15']
extra_args: ['--num-tasks=256 --tbb']
standard: ['11', '17']
extra_ctest: ['']
os-release: ['22.04']
standard: ['11', '17']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
build_type: ["Release"]
compiler: ["clang-13", "clang-14"]
extra_args: ["--num-tasks=256 --tbb"]
extra_cmake: [""]
extra_ctest: [""]
extra_packages: ["clangdev tbb-devel"]
os-release: ["macos-11", "macos-12", "macos-13""]
os-release: ["macos-11", "macos-12", "macos-13"]
standard: ["11", "17"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 84d848a

Please sign in to comment.