Skip to content

Commit

Permalink
Merge pull request #447 from ndw/actions
Browse files Browse the repository at this point in the history
Don't build on MacOS in CI
  • Loading branch information
ndw authored Jan 15, 2024
2 parents d0080fd + 44670ff commit 9be63e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

strategy:
matrix:
os: [macos-11, ubuntu-20.04]
os: [ubuntu-20.04]

steps:
- name: Install platform-independent Python modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

strategy:
matrix:
os: [macos-11, ubuntu-20.04]
os: [ubuntu-20.04]

steps:
- name: Install platform-independent Python modules
Expand Down

0 comments on commit 9be63e0

Please sign in to comment.