Skip to content

Commit

Permalink
Merge pull request #3603 from matsim-org/disable-mac-os-build
Browse files Browse the repository at this point in the history
disable macOS build
  • Loading branch information
jfbischoff authored Nov 28, 2024
2 parents cd907df + a0f1c01 commit 7c38271
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 7c38271

Please sign in to comment.