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

macos-12 is deprecated on GitHub, switch to macos-13 intel (#791)

This commit is contained in:
Alex Xu
2024-12-25 12:49:46 -08:00
committed by GitHub
parent e9482fbd6c
commit c99df3308e

View File

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