dbt-labs / dbt-core-bundles

Generates bundles of verified adapters + core
14 stars 2 forks source link

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

Closed mikealfare closed 6 months ago

mikealfare commented 6 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