Skip to content

Commit 5ed4cda

Browse files
authored
Add macos test
1 parent e496c0f commit 5ed4cda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- CI
8+
- cookie
89
pull_request:
910
workflow_dispatch:
1011

@@ -15,7 +16,7 @@ jobs:
1516
strategy:
1617
matrix:
1718
python-version: ['3.10', '3.11', '3.12']
18-
os: ["ubuntu-latest", "windows-latest"]
19+
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
1920
steps:
2021
- name: check out diffpy.pdffit2
2122
uses: actions/checkout@v3

0 commit comments

Comments
 (0)