dbt-labs / dbt-postgres

Apache License 2.0
22 stars 12 forks source link

Pin `macos` test runners to `macos-12` #71

Closed mikealfare closed 4 months ago

mikealfare commented 4 months ago

Problem

macos-latest now points to macos-14-arm64; it used to point to macos-12. There is no py39 nor py38 on macos-14-arm64.

Solution

Pin to macos-12 for now and discuss long term options to use macos-14-arm64, and CI pinning in general.

Checklist