Skip to content

Commit

Permalink
disable macOS build
Browse files Browse the repository at this point in the history
keeps on failing at certain tests.
  • Loading branch information
jfbischoff authored Nov 28, 2024
1 parent cd907df commit a0f1c01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/full-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Prepare git
Expand Down

0 comments on commit a0f1c01

Please sign in to comment.