1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-11 08:46:25 +00:00

macos-latest is now macos-14 (m1)

This commit is contained in:
Alex Xu
2024-04-27 12:56:49 -07:00
committed by GitHub
parent f6475f4c61
commit cfae306731

View File

@@ -25,7 +25,7 @@ jobs:
build:
strategy:
matrix:
os: [ macos-latest, macos-14 ]
os: [ macos-12, macos-14 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4