Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
SimeonStoykovQC and xhochy committed Nov 22, 2023
1 parent f2dde51 commit 2778934
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -28,8 +28,11 @@ jobs:
strategy:
fail-fast: true
matrix:
OS: ["ubuntu-latest", "macos-latest"]
OS: ["ubuntu-latest"]
PYTHON_VERSION: ['3.8', '3.9', '3.10', '3.11']
include:
- OS: macos-latest-xlarge
PYTHON_VERSION: "3.11"
steps:
- name: Checkout branch
uses: actions/checkout@v4

0 comments on commit 2778934

Please sign in to comment.