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 286ecc8 commit adb09b2
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ 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']

steps:
Expand Down

0 comments on commit adb09b2

Please sign in to comment.