Skip to content

Commit a004d61

Browse files
committed
supporting macos?
1 parent a203574 commit a004d61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ jobs:
3636
flakeheaven lint --benchmark pySDC
3737
3838
user_cpu_tests:
39-
runs-on: ubuntu-latest
40-
4139
strategy:
4240
matrix:
4341
python: ['3.7', '3.8', '3.9', '3.10']
4442
env: ['base', 'fenics', 'mpi4py', 'petsc']
43+
os: ['macos-12', 'ubuntu-latest']
44+
45+
runs-on: ${{ matrix.os }}
4546

4647
defaults:
4748
run:
@@ -65,7 +66,7 @@ jobs:
6566
6667
- name: Uploading artifacts
6768
uses: actions/upload-artifact@v3
68-
if: matrix.python == '3.10'
69+
if: matrix.python == '3.10' && matrix.os == 'ubuntu-latest'
6970
with:
7071
name: cpu-test-artifacts
7172
path: |

git_test.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)