Skip to content

Commit cf2d4fe

Browse files
committed
Try on mac
1 parent d1897a7 commit cf2d4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
# Scheduled runs only on the origin org
1313
if: (github.event_name == 'schedule' && github.repository_owner == 'pystatgen') || (github.event_name != 'schedule')
14-
runs-on: ubuntu-18.04
14+
runs-on: macos-latest
1515
strategy:
1616
matrix:
1717
python-version: [3.7, 3.8, 3.9]

0 commit comments

Comments
 (0)