mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Use macos 12 instead of 13 for ci
This commit is contained in:
parent
52da6eacc9
commit
d2589a3a6f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -68,10 +68,10 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# macos-13 uses x86_64, macos-14 aarch64
|
# macos-12 uses x86_64, macos-14 aarch64
|
||||||
# see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
|
# see https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
|
||||||
include:
|
include:
|
||||||
- os: macos-13
|
- os: macos-12
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
toolchain: x86_64-apple-darwin
|
toolchain: x86_64-apple-darwin
|
||||||
- os: macos-14
|
- os: macos-14
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue