enso/build/ci_utils
Michał Wawrzyniec Urbańczyk 447f4b5ac6
Use macos-12 runner for x64 macOS jobs (#9801)
GitHub made arm64 runners generally available and changed macos-latest label to point to them.
The runner architecture is coupled with GH-hosted runners OS version: macos-13 is the last one to run on x64.

This PR essentially brings back the previous behavior, by explicitly requesting that all our x64 macOS jobs are run on macos-12 (as was before). 
We should eventually migrate to macos-13 for x64 macOS and macos-14/macos-latest for arm64 macOS. However, this leads to issues with `npm install` getting stuck, so it should be probably reattempted after the CI rework.
2024-04-29 02:09:09 +02:00
..
src Use macos-12 runner for x64 macOS jobs (#9801) 2024-04-29 02:09:09 +02:00
Cargo.toml Bump clap to v4 (#9595) 2024-04-03 11:32:03 +00:00