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 4555e5d commit 18fc17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04, macos-12]
platform: [ubuntu-22.04, macos-14]
python-version: ["3.9", "3.12"]
steps:
- name: "Check out repository"
Expand Down

0 comments on commit 18fc17a

Please sign in to comment.