mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-03 02:45:21 +03:00
ci(python tcp server): set macOS runner to macos-12
This commit is contained in:
parent
0ef1ec9247
commit
52cf4afbec
4
.github/workflows/pre-release-tcp-server.yml
vendored
4
.github/workflows/pre-release-tcp-server.yml
vendored
@ -13,7 +13,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, macos-latest, windows-latest]
|
||||
# @see https://github.com/actions/runner-images/tree/main/images/macos
|
||||
# Use macos-12 instead of macos-latest because the latter use ARM64 (M1) architecture
|
||||
os: [ubuntu-20.04, macos-12, windows-latest]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user