Skip to content

Commit

Permalink
move github runner from macos-12 to macos-14 (#941)
Browse files Browse the repository at this point in the history
* move github runner from macos-12 to macos-14

* move github runner from macos-12 to macos-14

(cherry picked from commit d024eaf)
  • Loading branch information
colin-rogers-dbt authored and mikealfare committed Nov 8, 2024
1 parent fd090f7 commit 8ff0cf2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
python-version: ['3.9', '3.10', '3.11']
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 8ff0cf2

Please sign in to comment.