Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BaY1251 committed Mar 23, 2024
1 parent d74cb68 commit 4f824f7
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,10 @@ jobs:
strategy:
matrix:
include:
- os: windows-2019
name: win-x86
param: -x86
- os: windows-2019
name: win-x64
param: -x64
- os: windows-2019
name: win-arm64
param: -arm64
- os: ubuntu-20.04
name: linux-x64
- os: ubuntu-20.04
name: linux-musl-x64
- os: ubuntu-20.04
name: linux-arm64
- os: ubuntu-20.04
name: linux-musl-arm
- os: ubuntu-20.04
name: linux-musl-arm64
- os: ubuntu-20.04
name: linux-arm
- os: ubuntu-20.04
name: android-arm
- os: ubuntu-20.04
name: android-arm64
- os: macos-11
name: osx-x64
- os: macos-11
name: osx-arm64
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 4f824f7

Please sign in to comment.