mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
update github actions
This commit is contained in:
parent
830ca63ebd
commit
8effc9cd7b
2
.github/workflows/ubuntu_aarch64.yml
vendored
2
.github/workflows/ubuntu_aarch64.yml
vendored
@ -11,8 +11,6 @@ jobs:
|
||||
os: [ubuntu-latest]
|
||||
cross: [aarch64-linux-musl]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Cross-Musl-${{ matrix.cross }}
|
||||
cancel-in-progress: true
|
||||
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -11,8 +11,6 @@ jobs:
|
||||
os: [windows-2019, windows-2022]
|
||||
arch: [x64, arm64]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Windows-${{ matrix.os }}-${{ matrix.arch }}
|
||||
cancel-in-progress: true
|
||||
|
Loading…
Reference in New Issue
Block a user