Skip to content

Commit

Permalink
Merge pull request #2910 from matsim-org/full-integration-macos
Browse files Browse the repository at this point in the history
Full integration on macOS
  • Loading branch information
michalmac authored Nov 3, 2023
2 parents 6b87c9e + dd0f9c0 commit 9a2ce83
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
@@ -1,6 +1,7 @@
name: full-integration

on:
workflow_dispatch:
schedule:
- cron: '30 0 * * *' # daily at 0:30 UTC

Expand All @@ -13,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Prepare git
Expand Down

0 comments on commit 9a2ce83

Please sign in to comment.