1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-24 04:31:31 +03:00

ci: add macOS ARM64 self-hosted runner

This commit is contained in:
louistiti 2022-10-15 22:09:12 +08:00
parent 6ea6c84b3d
commit a4fbba5fd0
No known key found for this signature in database
GPG Key ID: 7ECA3DD523793FE6

View File

@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, self-hosted]
runs-on: ${{ matrix.os }}