Skip to content

Commit

Permalink
move github runner from macos-12 to macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Nov 5, 2024
1 parent adb09b2 commit ab9ff32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ['3.9', '3.10', '3.11', '3.12']
exclude:
# psycopg2-binary doesn't have a precompiled wheel for python 3.9 for mac
- os: macos-14
python-version: '3.9'

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ab9ff32

Please sign in to comment.