Skip to content

Commit

Permalink
add macos and windows to unit tests and build verification
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 24, 2025
1 parent d18a6a4 commit b6ce602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-spark"
os: [ubuntu-22.04]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.12"]
with:
package: ${{ matrix.package }}
Expand All @@ -56,7 +56,7 @@ jobs:
- "dbt-athena-community"
- "dbt-bigquery"
- "dbt-spark"
os: [ ubuntu-22.04 ]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.12"]
with:
package: ${{ matrix.package }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- "dbt-bigquery"
- "dbt-redshift"
- "dbt-spark"
os: [ubuntu-22.04]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
package: ${{ matrix.package }}
Expand All @@ -40,7 +40,7 @@ jobs:
- "dbt-bigquery"
- "dbt-redshift"
- "dbt-spark"
os: [ ubuntu-22.04 ]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9", "3.10", "3.11", "3.12"]
with:
package: ${{ matrix.package }}
Expand Down

0 comments on commit b6ce602

Please sign in to comment.