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
  • Loading branch information
colin-rogers-dbt authored Nov 5, 2024
1 parent 286ecc8 commit d024eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-14, windows-2022]
python-version: ["3.9"]
include:
- os: ubuntu-22.04
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
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 d024eaf

Please sign in to comment.